@gitlab/ui 62.1.0 → 62.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/scss/utilities.scss
CHANGED
|
@@ -3375,6 +3375,18 @@
|
|
|
3375
3375
|
flex-wrap: nowrap !important;
|
|
3376
3376
|
}
|
|
3377
3377
|
|
|
3378
|
+
.gl-md-flex-nowrap {
|
|
3379
|
+
@include gl-media-breakpoint-up(md) {
|
|
3380
|
+
flex-wrap: nowrap;
|
|
3381
|
+
}
|
|
3382
|
+
}
|
|
3383
|
+
|
|
3384
|
+
.gl-md-flex-nowrap\! {
|
|
3385
|
+
@include gl-media-breakpoint-up(md) {
|
|
3386
|
+
flex-wrap: nowrap !important;
|
|
3387
|
+
}
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3378
3390
|
.gl-sm-flex-nowrap {
|
|
3379
3391
|
@include gl-media-breakpoint-up(sm) {
|
|
3380
3392
|
flex-wrap: nowrap;
|