1
0
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:
ダーシノ 2018-11-30 07:55:39 +09:00 committed by GitHub
commit 819070aa3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,7 @@
-4px 0 $border;
}
max-width: 100%;
padding: 0.5rem 1rem;
margin: 4px;
border: none;