Skip to content

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/css/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,11 @@ a.label,
471471
padding-top: 15px !important;
472472
}
473473

474+
/* fix Fomantic's line-height cutting off "g" on Windows Chrome with Segoe UI */
475+
.ui.input > input {
476+
line-height: 1.3;
477+
}
478+
474479
.ui.input.focus > input,
475480
.ui.input > input:focus {
476481
border-color: var(--color-primary);

0 commit comments

Comments
 (0)