We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8640cbf commit ff6b889Copy full SHA for ff6b889
1 file changed
src/BootstrapBlazor/Components/Table/Table.razor.scss
@@ -969,6 +969,10 @@ form .table .table-cell > textarea {
969
cursor: pointer;
970
}
971
972
-.btn-separate > button:not(:last-child) {
973
- margin-inline-end: .25rem;
+.btn-separate {
+ display: inline-flex;
974
+
975
+ > button:not(:last-child) {
976
+ margin-inline-end: .25rem;
977
+ }
978
0 commit comments