@gitlab/ui 32.65.0 → 32.65.1
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
|
@@ -3145,13 +3145,13 @@
|
|
|
3145
3145
|
}
|
|
3146
3146
|
|
|
3147
3147
|
.gl-sm-justify-content-end {
|
|
3148
|
-
@include gl-media-breakpoint-up(
|
|
3148
|
+
@include gl-media-breakpoint-up(sm) {
|
|
3149
3149
|
justify-content: flex-end;
|
|
3150
3150
|
}
|
|
3151
3151
|
}
|
|
3152
3152
|
|
|
3153
3153
|
.gl-sm-justify-content-end\! {
|
|
3154
|
-
@include gl-media-breakpoint-up(
|
|
3154
|
+
@include gl-media-breakpoint-up(sm) {
|
|
3155
3155
|
justify-content: flex-end !important;
|
|
3156
3156
|
}
|
|
3157
3157
|
}
|