diff options
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index d963f713d..6104da94f 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -42,7 +42,7 @@ | |||
42 | .video-info-first-row { | 42 | .video-info-first-row { |
43 | display: flex; | 43 | display: flex; |
44 | 44 | ||
45 | & > div { | 45 | & div:first-child { |
46 | flex-grow: 1; | 46 | flex-grow: 1; |
47 | } | 47 | } |
48 | 48 | ||