From f0d277af32bb2733c7a858cfd47d98396046cb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gr=C3=A9goire=20parant?= Date: Sat, 24 Apr 2021 15:45:58 +0200 Subject: [PATCH] Nickname not centered in video-container (#935) * Nickname not centered in video-container #823 --- front/dist/resources/style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/front/dist/resources/style/style.css b/front/dist/resources/style/style.css index d17bea37..7db93329 100644 --- a/front/dist/resources/style/style.css +++ b/front/dist/resources/style/style.css @@ -53,6 +53,7 @@ body .message-info.warning{ padding-top: 32px; font-size: 28px; color: white; + overflow: hidden; } .video-container img{