Break extremely long words in the title of a video

This commit is contained in:
Preston 2020-08-19 10:17:28 -04:00
parent b9b6c6c126
commit c616d2929a

View File

@ -9,6 +9,7 @@
.videoTitle
font-size: 22px
margin: 0 0 24px
word-break: break-word
.channelInformation
.profileRow
@ -81,7 +82,7 @@
@media screen and (max-width: 680px)
justify-content: flex-start
::v-deep .iconDropdown
left: calc(50% - 20px)
right: auto