@gitlab/ui 94.7.0 → 94.8.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "94.7.0",
3
+ "version": "94.8.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -104,14 +104,20 @@ $gl-alert-top-border-size: 2px;
104
104
  }
105
105
 
106
106
  .gl-alert-actions {
107
- @apply gl-flex;
107
+ @apply gl-flex gl-flex-col gl-flex-wrap gl-gap-y-3;
108
108
  @apply gl-mt-3;
109
+ @include gl-media-breakpoint-up(sm) {
110
+ @apply gl-flex-row;
111
+ }
109
112
  }
110
113
 
111
114
  .gl-alert-action {
112
- @apply gl-mr-3;
115
+ @apply gl-mr-0 gl-w-full;
113
116
  @apply gl-text-base;
114
117
  @apply gl-leading-normal;
118
+ @include gl-media-breakpoint-up(sm) {
119
+ @apply gl-mr-3 gl-w-auto;
120
+ }
115
121
  }
116
122
 
117
123
  // This is the replacement for .gl-alert-dismiss