mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-02-24 09:23:50 +01:00
Merge pull request #29 from JamesIves/master
Prevents Overflowing Inputs
This commit is contained in:
commit
819070aa3e
@ -720,6 +720,7 @@ button,
|
||||
}
|
||||
|
||||
.input {
|
||||
max-width: 100%;
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 4px;
|
||||
border: none;
|
||||
|
File diff suppressed because one or more lines are too long
2
css/nes.min.css
vendored
2
css/nes.min.css
vendored
File diff suppressed because one or more lines are too long
@ -9,6 +9,7 @@
|
||||
-4px 0 $border;
|
||||
}
|
||||
|
||||
max-width: 100%;
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 4px;
|
||||
border: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user