mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
fix: text input block
This commit is contained in:
parent
e1921d0ab5
commit
734de70c38
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
color: var(--color-component-text);
|
||||
font: var(--font-body-medium);
|
||||
padding: 0;
|
||||
// Our font size and line height pair (14px/20px) will cause a "blank top space" in inline display.
|
||||
// need to set display to block to keep the whole input box height to 36px.
|
||||
display: block;
|
||||
|
||||
&::placeholder {
|
||||
color: var(--color-component-caption);
|
||||
|
|
Loading…
Add table
Reference in a new issue