We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc7c4b commit 1079c49Copy full SHA for 1079c49
src/BootstrapBlazor/Components/Table/Table.razor.scss
@@ -841,7 +841,9 @@ form .table .table-cell > textarea {
841
margin: 1rem -1rem -.5rem -1rem;
842
padding: .5rem 1rem 0 1rem;
843
border-top: 1px solid var(--bs-border-color);
844
- text-align: right;
+ display: flex;
845
+ align-items: center;
846
+ justify-content: flex-end;
847
}
848
849
.modal-body .form-footer button:not(:last-child) {
0 commit comments