@gitlab/ui 114.4.0 → 114.5.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": "114.4.0",
3
+ "version": "114.5.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -51,7 +51,7 @@ $gl-drawer-scrim-gradient: linear-gradient(
51
51
  .gl-drawer-body > * {
52
52
  @apply gl-border-b;
53
53
  @apply gl-mx-5;
54
-
54
+
55
55
  &:last-child {
56
56
  @apply gl-border-none;
57
57
  }
@@ -112,6 +112,7 @@ $gl-drawer-scrim-gradient: linear-gradient(
112
112
 
113
113
  .gl-drawer-body {
114
114
  @apply gl-grow;
115
+ min-height: 0;
115
116
  // prevent safari bug where box shadow is visible
116
117
  // above the drawer when hovering interactive elements
117
118
  // see https://gitlab.com/gitlab-org/gitlab/-/issues/366558