Skip to content

Commit 4b9419a

Browse files
committed
style: 微调 divider 间隙
1 parent 97d9b30 commit 4b9419a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootstrapBlazor/Components/ContextMenu/ContextMenu.razor.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.bb-cm {
1+
.bb-cm {
22
--bb-cm-icon-min-width: #{$bb-cm-icon-min-width};
33
--bb-cm-icon-min-height: #{$bb-cm-icon-min-height};
44
z-index: 1200;
@@ -10,6 +10,6 @@
1010
}
1111

1212
.divider {
13-
margin: 0.5rem 0;
13+
margin: 0.25rem 0;
1414
}
1515
}

0 commit comments

Comments
 (0)