theme_bootstrap icon indicating copy to clipboard operation
theme_bootstrap copied to clipboard

input-group split elements

Open gjb2048 opened this issue 10 years ago • 1 comments

With the theme tester tool on: /admin/tool/themetester/bs_components.php - Go to 'Basic example':

2016-01-22 18_55_51-moo30_ administration_ development_ theme tester

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/

gjb2048 avatar Jan 22 '16 18:01 gjb2048

Closed?

gjb2048 avatar Oct 03 '24 08:10 gjb2048