mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Show ellipsis on overflowing text input placeholders
This commit is contained in:
@@ -30,6 +30,10 @@ a:hover:active {
|
||||
color: var(--blue-60);
|
||||
}
|
||||
|
||||
input:placeholder-shown {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
button.ghost {
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
|
||||
Reference in New Issue
Block a user