mirror of https://github.com/Chocobozzz/PeerTube
Fix description/comments max width
parent
b335ccec49
commit
e452d2e2b8
|
|
@ -81,6 +81,7 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
// Set min width for flex item
|
// Set min width for flex item
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
.video-info-first-row {
|
.video-info-first-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue