fixed file name preview overflow
This commit is contained in:
parent
72243c6e11
commit
43bfa7cb5d
1 changed files with 3 additions and 0 deletions
|
@ -926,6 +926,9 @@ button:active,
|
||||||
color: var(--accent-subtext);
|
color: var(--accent-subtext);
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
.filename-container {
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
/* rounded corners */
|
/* rounded corners */
|
||||||
#bottom #paste,
|
#bottom #paste,
|
||||||
#footer .switch,
|
#footer .switch,
|
||||||
|
|
Loading…
Reference in a new issue