Solved Inline mod Go button line height

This topic has been solved
R

Russ

Guest
Such a minor thing and might have some reasoning behind it I'm missing.

Template:

app_inlinemod.less

line 134:

Code:

Code:
.button.inlineModBar-goButton
{
    font-size: @xf-fontSizeNormal;
    line-height: 1.5; // matches select
    min-width: 0;
}

It's forcing the button line height to 1.5 to "match select". But Select inherits input styling properties which inherit the default line-height in typography settings. So default style that button is 1.5 when the select is 1.4 causing the...

Read more

Continue reading...