From 2dbceca8b3823ee30a3f1675991bc141f98b3c43 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 31 Jan 2020 13:46:42 +0000 Subject: [PATCH] Fix size of invite only icon So it doesn't become tiny with long room names Fixes https://github.com/vector-im/riot-web/issues/12168 --- res/css/views/rooms/_InviteOnlyIcon.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/rooms/_InviteOnlyIcon.scss b/res/css/views/rooms/_InviteOnlyIcon.scss index f4d9e4869f..6943d1797b 100644 --- a/res/css/views/rooms/_InviteOnlyIcon.scss +++ b/res/css/views/rooms/_InviteOnlyIcon.scss @@ -34,5 +34,7 @@ limitations under the License. bottom: 0; left: 0; right: 0; + width: 12px; + height: 12px; } }