Skip to content

Commit ff6b889

Browse files
committed
doc: 更新样式增加内联布局
1 parent 8640cbf commit ff6b889

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/BootstrapBlazor/Components/Table/Table.razor.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,10 @@ form .table .table-cell > textarea {
969969
cursor: pointer;
970970
}
971971

972-
.btn-separate > button:not(:last-child) {
973-
margin-inline-end: .25rem;
972+
.btn-separate {
973+
display: inline-flex;
974+
975+
> button:not(:last-child) {
976+
margin-inline-end: .25rem;
977+
}
974978
}

0 commit comments

Comments
 (0)