edit css buttonstoolbar #7

Merged
msosic97 merged 1 commits from createbuttonstoolbar into main 2022-03-14 10:54:21 +01:00

View File

@@ -4,12 +4,14 @@
} }
.left-group { .left-group {
padding-left: 10px;
display: flex; display: flex;
flex: 1; flex: 1;
justify-content: flex-start; justify-content: flex-start;
} }
.right-group { .right-group {
padding-right: 10px;
display: flex; display: flex;
flex: 1; flex: 1;
justify-content: flex-end; justify-content: flex-end;