mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #780 from rschamp/bugfix/769
Don't use a static width for inputs
This commit is contained in:
commit
9a05016545
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
.input {
|
||||
width: $cols5;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue