Merge branch 'pull/3091'
This commit is contained in:
commit
3debff60ef
2 changed files with 12 additions and 2 deletions
|
@ -975,6 +975,16 @@ tr.turn:hover {
|
|||
}
|
||||
}
|
||||
|
||||
/* Bootstrap buttons don't have any vertical margin, so
|
||||
they touch when adjacent buttons wrap onto a new line
|
||||
e.g. wide form buttons on a narrow sidebar */
|
||||
|
||||
.btn-wrapper {
|
||||
> .btn {
|
||||
margin-bottom: $spacer * 0.25;
|
||||
}
|
||||
}
|
||||
|
||||
/* Rules for export sidebar */
|
||||
|
||||
.export_form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue