Skip to content

Commit 49ecb4d

Browse files
authored
Merge pull request #4533 from crazyserver/MOBILE-4196
MOBILE-4196 bootstrap: Let Ionic manage the width of the modals
2 parents 49736ae + cf52cdd commit 49ecb4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/theme/components/bootstrap/_variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,10 +1529,10 @@ $modal-footer-bg: null !default;
15291529
$modal-footer-border-color: $modal-header-border-color !default;
15301530
$modal-footer-border-width: $modal-header-border-width !default;
15311531

1532-
$modal-sm: 300px !default;
1533-
$modal-md: 500px !default;
1534-
$modal-lg: 800px !default;
1535-
$modal-xl: 1140px !default;
1532+
$modal-sm: auto !default;
1533+
$modal-md: auto !default;
1534+
$modal-lg: auto !default;
1535+
$modal-xl: auto !default;
15361536

15371537
$modal-fade-transform: translate(0, -50px) !default;
15381538
$modal-show-transform: none !default;

0 commit comments

Comments
 (0)