Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metagrid-go
metagrid-vue
Commits
945d3788
Commit
945d3788
authored
Oct 22, 2020
by
tobinski
Browse files
Place matching save button
parent
2fcb5f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/ProposalList.vue
View file @
945d3788
...
...
@@ -38,9 +38,11 @@
</b-list-group-item>
</b-list-group>
</b-card>
<div
class=
"d-flex justify-content-end list-group-item action-footer"
>
<b-btn-group>
<b-button
@
click=
"preSave(ml)"
>
Save
</b-button>
<b-button
@
click=
"preSave(ml)"
>
Save
</b-button>
</b-btn-group>
</div>
</div>
</transition-group>
</div>
...
...
@@ -111,6 +113,11 @@
flex-wrap
:
nowrap
;
}
.action-footer
{
border-left
:
1px
solid
var
(
--
primary
);
border-right
:
1px
solid
var
(
--
primary
);
border-bottom
:
1px
solid
var
(
--
primary
);
}
.rounded-bottom-0
{
border-bottom-left-radius
:
0
;
border-bottom-right-radius
:
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment