Preact Teambuilder: Fix the team textbox placeholder on Firefox (#2438)

This commit is contained in:
shrianshChari 2025-05-21 20:04:57 -07:00 committed by GitHub
parent 00abcf7c6b
commit 29d2a24d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,7 +261,8 @@
resize: none;
}
.teamtextbox::placeholder {
transform: translateY(20px);
/* Firefox doesn't support transform, padding-top, margin-top, _or_ top... */
line-height: 60px;
}
.teaminnertextbox {
width: 320px;