1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 19:18:20 +00:00
Giteabot
2023-06-27 05:31:18 -04:00
committed by GitHub
parent 6c43b9f6f6
commit e8a7cd4a1d

View File

@@ -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);