• Kevin Kirsche's avatar
    [Fixes #15691] .form-control-static changes height when empty · 0ee76022
    Kevin Kirsche authored
    [Fixes #15691] .form-control-static changes height when empty by setting the minimum height to the size it is when text is in the `.form-control-static`
    
    JSFiddle: http://jsfiddle.net/4pdo4yzo/
    
    Compute the minimum height
    
    @line-height-computed = ~20px
    @font-size-base = 14px
    
    This should come to approx. 34px
    
    Add min-height to from-group-* per @cvrebert
    
    I had this wrong. The minimum height would depend on the font-size of that specific group, thus we need to declare it once for font-size-small and once also for font-size-large
    0ee76022
Name
Last commit
Last update
dist Loading commit data...
docs Loading commit data...
fonts Loading commit data...
grunt Loading commit data...
js Loading commit data...
less Loading commit data...
test-infra Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CNAME Loading commit data...
CONTRIBUTING.md Loading commit data...
Gruntfile.js Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
_config.yml Loading commit data...
bower.json Loading commit data...
composer.json Loading commit data...
package.json Loading commit data...