fix: text not wrapping on file page
This commit is contained in:
parent
01bc69839c
commit
3ae2c19656
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@
|
|||
|
||||
.media__info-text {
|
||||
font-size: 1.15rem;
|
||||
word-break: break-all;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
margin-bottom: var(--spacing-vertical-large);
|
||||
|
|
Loading…
Reference in a new issue