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 {
|
.sv-action-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
column-gap: $small-spacing;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sv-action--hidden {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue