Break extremely long words in the title of a video
This commit is contained in:
parent
b9b6c6c126
commit
c616d2929a
|
@ -9,6 +9,7 @@
|
||||||
.videoTitle
|
.videoTitle
|
||||||
font-size: 22px
|
font-size: 22px
|
||||||
margin: 0 0 24px
|
margin: 0 0 24px
|
||||||
|
word-break: break-word
|
||||||
|
|
||||||
.channelInformation
|
.channelInformation
|
||||||
.profileRow
|
.profileRow
|
||||||
|
@ -81,7 +82,7 @@
|
||||||
|
|
||||||
@media screen and (max-width: 680px)
|
@media screen and (max-width: 680px)
|
||||||
justify-content: flex-start
|
justify-content: flex-start
|
||||||
|
|
||||||
::v-deep .iconDropdown
|
::v-deep .iconDropdown
|
||||||
left: calc(50% - 20px)
|
left: calc(50% - 20px)
|
||||||
right: auto
|
right: auto
|
||||||
|
|
Loading…
Reference in New Issue