2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

ensure 100% width for .uneditable-inputs in <767px viewports

This commit is contained in:
Mark Otto
2012-09-23 16:06:28 -07:00
parent a4bf6ef0a0
commit f4d3d7da2e
5 changed files with 75 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@
}
// Make all grid-sized elements block level again
[class*="span"],
.uneditable-input[class*="span"], // Makes uneditable inputs full-width when using grid sizing
.row-fluid [class*="span"] {
float: none;
display: block;