@nine-lab/nine-ux 0.1.199 → 0.1.201
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/dist/css/ninePanel.css
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
border: 1px solid var(--input-focus-border-color);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
|
|
79
|
+
nine-layout {
|
|
80
80
|
display: grid;
|
|
81
81
|
--flex-direction: column;
|
|
82
82
|
width: 100%;
|
|
@@ -105,6 +105,12 @@
|
|
|
105
105
|
gap: 8px;
|
|
106
106
|
overflow: hidden;
|
|
107
107
|
--height: 32px;
|
|
108
|
+
|
|
109
|
+
span {
|
|
110
|
+
width: fit-content;
|
|
111
|
+
display: block;
|
|
112
|
+
flex-shrink: 0;
|
|
113
|
+
}
|
|
108
114
|
}
|
|
109
115
|
|
|
110
116
|
.row > * {
|