mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
in responsive layouts <767px, ensure inputs are not larger than 100% with box-sizing and a max-width
This commit is contained in:
+10
@@ -168,6 +168,16 @@
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
.uneditable-input {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
.row {
|
||||
|
||||
Reference in New Issue
Block a user