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 e8e3e69 commit 7e9dcb9Copy full SHA for 7e9dcb9
1 file changed
src/BootstrapBlazor/Components/Modal/Modal.razor.scss
@@ -21,6 +21,18 @@
21
22
.modal-footer {
23
padding: 0.5rem 1rem;
24
+
25
+ .modal-footer-content {
26
+ flex-grow: 1;
27
+ min-width: 0;
28
+ width: 1%;
29
+ white-space: nowrap;
30
+ overflow: hidden;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: flex-start;
34
+ margin-inline-end: 1rem;
35
+ }
36
}
37
38
.modal-footer > * {
0 commit comments