Skip to content

.input-group .btn height when @font-size-base was changed #13171

@egy186

Description

@egy186

In Firefox 28.0 and Internet Explorer 11 (on Windows 7), .btn height is larger by 1px when @font-size-base is 16px.

see:
Firefox 28.0
Internet Explorer

I tested it with https://gist.github.com/egy186/9751751.

Adding below will fix this issue, but this may not be the best way.

.input-group-btn > .btn {
  height: @input-height-base;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions