Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created April 15, 2024 10:08
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 unlocomqx/e900db81a6979ecb4f548e8697c86266 to your computer and use it in GitHub Desktop.
Save unlocomqx/e900db81a6979ecb4f548e8697c86266 to your computer and use it in GitHub Desktop.
.dp_group_options_qty .content {
display: grid;
grid-auto-flow: column;
grid-template-rows: 1fr 1fr;
grid-auto-columns: auto;
justify-items: center;
justify-content: start;
column-gap: .5rem;
row-gap: 0;
}
.dp_group_options_qty .content img {
width: 48px;
height: auto;
}
.dp_group_options_qty .content .ui-spinner-input {
width: 60px;
text-align: center;
}
.dp_group_options_qty .content .ui-spinner-button {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment