mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 14:42:13 -05:00
Add a larger width on small inputs
Fixes #131 – I ended up deciding to do this for all inputs because the original `3rem` makes it cut off text past 1 char for any input that is only `3rem`, so `3.5rem` seemed like an okay width for this component.
This commit is contained in:
parent
3becde590d
commit
040baf5b82
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ See https://github.com/LLK/scratch-paint/issues/13 */
|
|||
}
|
||||
|
||||
.input-small {
|
||||
width: 3rem;
|
||||
width: 3.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue