Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created January 14, 2023 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/bc868d99914b611e919549d185eda3a1 to your computer and use it in GitHub Desktop.
Save plugin-republic/bc868d99914b611e919549d185eda3a1 to your computer and use it in GitHub Desktop.
/* Set number field to 100% width */
.pewc-style-simple .pewc-item input[type=number] {
width: 100% !important;
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment