Skip to content

Commit 9f3a3e3

Browse files
committed
Fixing spacing issues in ToggleButtons
Fixing spacing issues in the component to match the original design.
1 parent c079463 commit 9f3a3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

newIDE/app/src/UI/CompactToggleButtons/CompactToggleButtons.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
justify-content: center;
2121
flex: 1;
2222
min-width: 0px;
23-
margin: 3px;
23+
padding: 3px;
2424
border: 0;
2525
}
2626

@@ -41,7 +41,7 @@
4141

4242
.separator {
4343
background-color: var(--theme-text-field-disabled-color);
44-
height: 15px;
44+
align-self: stretch;
4545
width: 1px;
4646
margin: 0 1px;
4747
}

0 commit comments

Comments
 (0)