From 320b3ed523a7d001e1034b3767526101293dc1a3 Mon Sep 17 00:00:00 2001 From: luciash d' being Date: Mon, 29 Feb 2016 15:03:12 +0100 Subject: [PATCH] [FIX] do not cut off usernames over video thumbnails - https://github.com/jitsi/jitsi-meet/issues/335#issuecomment-181142086 --- css/videolayout_default.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/videolayout_default.css b/css/videolayout_default.css index 471cff626..b6d0c3c86 100644 --- a/css/videolayout_default.css +++ b/css/videolayout_default.css @@ -176,7 +176,6 @@ text-align: center; text-overflow: ellipsis; width: 70%; - height: 20%; left: 15%; top: 40%; padding: 5px;