remove restriction on number input's width

shigusegubu-vue3
Henry Jameson 11 months ago
parent 05a7e612aa
commit 0f81239451
  1. 4
      src/components/settings_modal/settings_modal_admin_content.scss
  2. 4
      src/components/settings_modal/settings_modal_user_content.scss

@ -48,9 +48,5 @@
color: var(--cRed, $fallback--cRed);
color: $fallback--cRed;
}
.number-input {
max-width: 6em;
}
}
}

@ -48,9 +48,5 @@
color: var(--cRed, $fallback--cRed);
color: $fallback--cRed;
}
.number-input {
max-width: 6em;
}
}
}

Loading…
Cancel
Save