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 b443bda commit cf52cddCopy full SHA for cf52cdd
src/theme/components/bootstrap/_variables.scss
@@ -1529,10 +1529,10 @@ $modal-footer-bg: null !default;
1529
$modal-footer-border-color: $modal-header-border-color !default;
1530
$modal-footer-border-width: $modal-header-border-width !default;
1531
1532
-$modal-sm: 300px !default;
1533
-$modal-md: 500px !default;
1534
-$modal-lg: 800px !default;
1535
-$modal-xl: 1140px !default;
+$modal-sm: auto !default;
+$modal-md: auto !default;
+$modal-lg: auto !default;
+$modal-xl: auto !default;
1536
1537
$modal-fade-transform: translate(0, -50px) !default;
1538
$modal-show-transform: none !default;
0 commit comments