@ship-ui/core 0.16.7 → 0.16.9
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
|
@@ -91,6 +91,10 @@ $shipMenu: true !default;
|
|
|
91
91
|
padding: 0;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
+
.popover-content {
|
|
95
|
+
overflow: hidden;
|
|
96
|
+
}
|
|
97
|
+
|
|
94
98
|
.form-field-wrap {
|
|
95
99
|
sh-form-field {
|
|
96
100
|
z-index: 10;
|
|
@@ -160,12 +164,10 @@ $shipMenu: true !default;
|
|
|
160
164
|
|
|
161
165
|
button {
|
|
162
166
|
display: flex;
|
|
163
|
-
// flex-direction: column;
|
|
164
167
|
justify-content: flex-start;
|
|
165
168
|
align-items: center;
|
|
166
|
-
// justify-content: center;
|
|
167
169
|
text-align: left;
|
|
168
|
-
|
|
170
|
+
min-height: p2r(32);
|
|
169
171
|
height: min-content;
|
|
170
172
|
margin: p2r(0 8);
|
|
171
173
|
padding: p2r(4 8);
|
|
@@ -180,11 +182,6 @@ $shipMenu: true !default;
|
|
|
180
182
|
transition: transform 125ms linear;
|
|
181
183
|
transform: scale(1);
|
|
182
184
|
|
|
183
|
-
// &.as-row,
|
|
184
|
-
// &:has([suffix]) {
|
|
185
|
-
// flex-direction: row;
|
|
186
|
-
// }
|
|
187
|
-
|
|
188
185
|
&:active {
|
|
189
186
|
transform: scale(0.98);
|
|
190
187
|
}
|