You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems as if horizontal divider's line height is too narrow.
This leads to the effect, that letters which stretch under the baseline are cut off.
Please have a look at: http://jsfiddle.net/Windwalker/vv3r06bo/
In my opinion, it is sufficient to set
.ui.horizontal.divider {
line-height: 1.2;
}
(instead of line-height: 1.0)
Kind regards,
Sascha.
The text was updated successfully, but these errors were encountered:
Hello,
it seems as if horizontal divider's line height is too narrow.
This leads to the effect, that letters which stretch under the baseline are cut off.
Please have a look at:
http://jsfiddle.net/Windwalker/vv3r06bo/
In my opinion, it is sufficient to set
(instead of
line-height: 1.0
)Kind regards,
Sascha.
The text was updated successfully, but these errors were encountered: