fixed file name preview overflow

This commit is contained in:
wukko 2023-10-15 11:50:56 +06:00
parent 72243c6e11
commit 43bfa7cb5d

View file

@ -926,6 +926,9 @@ button:active,
color: var(--accent-subtext);
font-size: 0.8rem;
}
.filename-container {
overflow-wrap: anywhere;
}
/* rounded corners */
#bottom #paste,
#footer .switch,