Fix spacing between survey buttons

Resolves MS-716 #complete
This commit is contained in:
Ramon Wenger 2023-05-17 15:50:44 +02:00
parent 32ee2d2bf3
commit d251931b39
1 changed files with 5 additions and 0 deletions

View File

@ -237,6 +237,11 @@
.sv-action-bar {
display: flex;
column-gap: $small-spacing;
}
.sv-action--hidden {
display: none;
}
.table {