mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Backport #25334 by @hiifong Fix the incomplete display of input text Before:   After:   Co-authored-by: hiifong <[email protected]> Co-authored-by: silverwind <[email protected]>
This commit is contained in:
co-authored by
GitHub
hiifong
silverwind
parent
6c43b9f6f6
commit
e8a7cd4a1d
@@ -471,6 +471,11 @@ a.label,
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
|
||||
/* fix Fomantic's line-height cutting off "g" on Windows Chrome with Segoe UI */
|
||||
.ui.input > input {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.ui.input.focus > input,
|
||||
.ui.input > input:focus {
|
||||
border-color: var(--color-primary);
|
||||
|
||||
Reference in New Issue
Block a user