Fixed layout for buttons
This commit is contained in:
parent
96c177c99f
commit
7535416768
@ -11,11 +11,11 @@
|
||||
</ul>
|
||||
|
||||
<div>
|
||||
<button class="btn btn-secondary" type="button" data-bs-toggle="offcanvas" data-bs-target="#Assistant">
|
||||
<button class="btn btn-secondary me-2 mb-2" type="button" data-bs-toggle="offcanvas" data-bs-target="#Assistant">
|
||||
<Icon Filename="add-project.svg" Size="25" AltText="Icon: Create new project"/>
|
||||
Create new project
|
||||
</button>
|
||||
<button class="btn btn-secondary" type="button">
|
||||
<button class="btn btn-secondary me-2 mb-2" type="button">
|
||||
<Icon Filename="load.svg" Size="25" AltText="Icon: Open project"/>
|
||||
Open project
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user