Fix spacing between survey buttons
Resolves MS-716 #complete
This commit is contained in:
parent
32ee2d2bf3
commit
d251931b39
|
|
@ -237,6 +237,11 @@
|
|||
|
||||
.sv-action-bar {
|
||||
display: flex;
|
||||
column-gap: $small-spacing;
|
||||
}
|
||||
|
||||
.sv-action--hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.table {
|
||||
|
|
|
|||
Loading…
Reference in New Issue