Merge pull request #3229 from node-red/spinner-css

Revert spinner css change that made it shrink in some cases
This commit is contained in:
Nick O'Leary 2021-10-26 09:51:31 +01:00 committed by GitHub
commit 55b9f36b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -137,10 +137,10 @@
padding: 0;
border: 1px solid $form-input-border-color;
}
.ui-spinner input[type=text] {
.ui-spinner input {
background: $form-input-background;
margin: 0 17px 0 0;
padding: 8px;
padding: 6px;
border: none;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;