Merge branch 'pull/3091'

This commit is contained in:
Andy Allan 2021-02-24 10:49:39 +00:00
commit 3debff60ef
2 changed files with 12 additions and 2 deletions

View file

@ -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 {