Skip to content

Commit 1b565df

Browse files
remove redundant CSS rule
1 parent d0b7c46 commit 1b565df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nicegui/static/nicegui.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,7 @@
215215
.nicegui-link:active {
216216
opacity: 0.8;
217217
}
218-
.q-separator--vertical.nicegui-separator {
219-
width: 1px;
220-
}
221-
.q-separator--horizontal.nicegui-separator {
218+
.nicegui-separator.q-separator--horizontal {
222219
width: 100%;
223220
}
224221
.nicegui-aggrid,

0 commit comments

Comments
 (0)