UX: Increase width & center category reorder input (#10928)

This commit is contained in:
Kris 2020-10-14 23:42:42 -04:00 committed by GitHub
parent e8ebaad771
commit 5f26c36834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,10 @@
padding-bottom: 0.5em;
}
}
input {
width: 2.333em;
padding: 4px;
input[type="text"] {
max-width: 2.5em;
padding: 0.35em;
text-align: center;
@include breakpoint(mobile-extra-large) {
width: 2em;
}