File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ StatusPanel {
2222 height: 3;
2323 border: solid $primary;
2424 padding: 0 1;
25- margin-bottom: 1 ;
25+ margin-bottom: 0 ;
2626 border-title-align: left;
2727}
2828
@@ -32,7 +32,7 @@ TypePanel {
3232 min-height: 3;
3333 border: solid $primary;
3434 padding: 0 1;
35- margin-bottom: 1 ;
35+ margin-bottom: 0 ;
3636 border-title-align: left;
3737 border-subtitle-align: right;
3838}
@@ -74,7 +74,7 @@ CombinedPanel {
7474 min-height: 3;
7575 border: solid $primary;
7676 padding: 0 1;
77- margin-bottom: 1 ;
77+ margin-bottom: 0 ;
7878 border-title-align: left;
7979 border-subtitle-align: right;
8080}
@@ -128,7 +128,7 @@ FilterInput {
128128
129129FilterInput.visible {
130130 display: block;
131- margin-bottom: 1 ;
131+ margin-bottom: 0 ;
132132}
133133
134134FilterInput:focus-within {
You can’t perform that action at this time.
0 commit comments