Break extremely long words in the title of a video
This commit is contained in:
parent
b9b6c6c126
commit
c616d2929a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue