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);
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.filename-container {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
/* rounded corners */
|
||||
#bottom #paste,
|
||||
#footer .switch,
|
||||
|
|
Loading…
Reference in a new issue