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

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;
}