@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "32.65.0",
3
+ "version": "32.65.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -3145,13 +3145,13 @@
3145
3145
  }
3146
3146
 
3147
3147
  .gl-sm-justify-content-end {
3148
- @include gl-media-breakpoint-up(md) {
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(md) {
3154
+ @include gl-media-breakpoint-up(sm) {
3155
3155
  justify-content: flex-end !important;
3156
3156
  }
3157
3157
  }
@@ -199,7 +199,7 @@
199
199
  }
200
200
 
201
201
  @mixin gl-sm-justify-content-end {
202
- @include gl-media-breakpoint-up(md) {
202
+ @include gl-media-breakpoint-up(sm) {
203
203
  @include gl-justify-content-end;
204
204
  }
205
205
  }