fix: text not wrapping on file page

This commit is contained in:
Sean Yesmunt 2019-05-14 15:28:49 -04:00
parent 01bc69839c
commit 3ae2c19656

View file

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