diff options
| author | XhmikosR <[email protected]> | 2023-04-03 10:26:50 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-03 10:26:50 +0300 |
| commit | ac576614a5515e429f27e756fad81d5aa05e95a6 (patch) | |
| tree | 39688ea1d9fefa96e4a3269502d15229bfdcd7e6 /dist/css/bootstrap-grid.rtl.css | |
| parent | c0107d142e83c0686a61afb65ab583dbd4d9ceb8 (diff) | |
| download | bootstrap-ac576614a5515e429f27e756fad81d5aa05e95a6.tar.xz bootstrap-ac576614a5515e429f27e756fad81d5aa05e95a6.zip | |
Release v5.3.0-alpha3 (#38357)
* Bump version to 5.3.0-alpha3
* Dist
Diffstat (limited to 'dist/css/bootstrap-grid.rtl.css')
| -rw-r--r-- | dist/css/bootstrap-grid.rtl.css | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/dist/css/bootstrap-grid.rtl.css b/dist/css/bootstrap-grid.rtl.css index d91e17cab..c8f4faaa5 100644 --- a/dist/css/bootstrap-grid.rtl.css +++ b/dist/css/bootstrap-grid.rtl.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v5.3.0-alpha2 (https://getbootstrap.com/) + * Bootstrap Grid v5.3.0-alpha3 (https://getbootstrap.com/) * Copyright 2011-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -1141,6 +1141,10 @@ display: grid !important; } +.d-inline-grid { + display: inline-grid !important; +} + .d-table { display: table !important; } @@ -1740,6 +1744,9 @@ .d-sm-grid { display: grid !important; } + .d-sm-inline-grid { + display: inline-grid !important; + } .d-sm-table { display: table !important; } @@ -2200,6 +2207,9 @@ .d-md-grid { display: grid !important; } + .d-md-inline-grid { + display: inline-grid !important; + } .d-md-table { display: table !important; } @@ -2660,6 +2670,9 @@ .d-lg-grid { display: grid !important; } + .d-lg-inline-grid { + display: inline-grid !important; + } .d-lg-table { display: table !important; } @@ -3120,6 +3133,9 @@ .d-xl-grid { display: grid !important; } + .d-xl-inline-grid { + display: inline-grid !important; + } .d-xl-table { display: table !important; } @@ -3580,6 +3596,9 @@ .d-xxl-grid { display: grid !important; } + .d-xxl-inline-grid { + display: inline-grid !important; + } .d-xxl-table { display: table !important; } @@ -4040,6 +4059,9 @@ .d-print-grid { display: grid !important; } + .d-print-inline-grid { + display: inline-grid !important; + } .d-print-table { display: table !important; } |
