pull/35445/merge
silverwind 2025-12-09 20:55:20 +07:00 committed by GitHub
commit 26ec6bec9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

@ -428,6 +428,10 @@ a.label,
color: var(--color-text-light-2);
}
.ui.dropdown > .text {
min-height: 16px; /* avoid resize on page load when text is empty */
}
/* extend fomantic style '.ui.dropdown > .text > img' to include svg.img */
.ui.dropdown > .text > .img {
margin-left: 0;