mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29: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);
|
color: var(--blue-60);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:placeholder-shown {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
button.ghost {
|
button.ghost {
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
height: 24px !important;
|
height: 24px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user