Skip to content

Commit 1079c49

Browse files
authored
feat(Modal): update form-footer style (#4791)
1 parent cbc7c4b commit 1079c49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,9 @@ form .table .table-cell > textarea {
841841
margin: 1rem -1rem -.5rem -1rem;
842842
padding: .5rem 1rem 0 1rem;
843843
border-top: 1px solid var(--bs-border-color);
844-
text-align: right;
844+
display: flex;
845+
align-items: center;
846+
justify-content: flex-end;
845847
}
846848

847849
.modal-body .form-footer button:not(:last-child) {

0 commit comments

Comments
 (0)