@gitlab/ui 101.2.0 → 101.2.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": "101.2.0",
3
+ "version": "101.2.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -110,6 +110,15 @@ $gl-broadcast-message-padding-x: var(--gl-broadcast-message-padding-x, 0px);
110
110
  &-content {
111
111
  @apply gl-flex;
112
112
  @apply gl-justify-center;
113
+
114
+ a {
115
+ @apply gl-text-inherit;
116
+ @apply gl-underline;
117
+ }
118
+
119
+ p:last-of-type {
120
+ @apply gl-mb-0;
121
+ }
113
122
  }
114
123
 
115
124
  &-icon {