@dataloop-ai/components 0.20.263 → 0.20.264
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
|
@@ -295,7 +295,7 @@ export default defineComponent({
|
|
|
295
295
|
|
|
296
296
|
&--page_button {
|
|
297
297
|
text-align: center;
|
|
298
|
-
width: 20px;
|
|
298
|
+
min-width: 20px;
|
|
299
299
|
height: 20px;
|
|
300
300
|
font-family: var(--dl-typography-body-body2-font-family);
|
|
301
301
|
font-size: var(--dl-typography-body-body2-font-size);
|
|
@@ -116,6 +116,7 @@ export default defineComponent({
|
|
|
116
116
|
line-height: var(--dl-typography-body-body2-line-height);
|
|
117
117
|
font-weight: var(--dl-typography-body-body2-font-weight);
|
|
118
118
|
max-width: 30px; // 40px - 10px (paddings)
|
|
119
|
+
width: 30px;
|
|
119
120
|
-moz-appearance: textfield;
|
|
120
121
|
&::-webkit-outer-spin-button,
|
|
121
122
|
&::-webkit-inner-spin-button {
|