theme_bootstrap
theme_bootstrap copied to clipboard
input-group split elements
With the theme tester tool on: /admin/tool/themetester/bs_components.php - Go to 'Basic example':

Fix should be:
// forms.less.
form .input-group {
select,
input[type="text"],
input[type="password"],
select.singleselect {
max-width: 100%;
}
}
As that makes it look like same on: http://getbootstrap.com/components/
Closed?