mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
fix: fixed bug with select dropdown (#3021)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
parent
bb48e1fe33
commit
6e64e6a01c
@@ -22,6 +22,7 @@
|
||||
font-size: var(--font-size-3);
|
||||
line-height: var(--line-height-min);
|
||||
justify-content: space-between;
|
||||
background: var(--palette-background-input);
|
||||
}
|
||||
|
||||
.buttonIconLeft {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.button {
|
||||
height: calc(4 * var(--mini-unit));
|
||||
background: var(--palette-background-input);
|
||||
}
|
||||
|
||||
.buttonText {
|
||||
|
||||
Reference in New Issue
Block a user