bootstrap.bootstrap3-ie9.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ph-bootstrap3 Show documentation
Show all versions of ph-bootstrap3 Show documentation
Library wrapping Bootstrap 3 controls as Java web application components
/* Fixes problem with edits in input groups. See
http://stackoverflow.com/questions/18757211/input-group-controls-resize-within-nested-rows-in-ie9-and-twitter-bootstrap-3
*/
.input-group .form-control {
display: block !important;
}