Show ellipsis on overflowing text input placeholders

This commit is contained in:
hensm
2022-08-08 19:03:49 +01:00
parent 34272f2fbb
commit 60ffe7ff7e

View File

@@ -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;