0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

refactor(console): add language button height should be the same with search input (#2189)

This commit is contained in:
Xiao Yijun 2022-10-18 20:46:07 +08:00 committed by GitHub
parent 94ed3ea7a1
commit 8bc2b5fb78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
.addLanguageButton {
width: 100%;
height: 38px;
background: unset;
}