dashboard-shell-shell 3.0.5-test.23 → 3.0.5-test.24

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": "dashboard-shell-shell",
3
- "version": "3.0.5-test.23",
3
+ "version": "3.0.5-test.24",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -202,14 +202,14 @@ $icon-size: 24px;
202
202
  }
203
203
 
204
204
  &__content {
205
- padding: 0px 10px;
205
+ padding: 2px 10px;
206
206
  transition: all 0.2s ease;
207
207
  line-height: 12px;
208
208
  width: 100%;
209
209
  border-left: solid $left-border-size transparent;
210
210
  display: flex;
211
211
  gap: 3px;
212
- height: 32px;
212
+ min-height: 32px;
213
213
  align-items: center;
214
214
  word-wrap:break-word;
215
215
  word-break:break-all;