From 82bfb33895f0f8a0334ee48094347d8dd8650af1 Mon Sep 17 00:00:00 2001 From: Florian Schmidt Date: Sat, 11 May 2019 14:19:00 +0200 Subject: [PATCH] Fix overflow on team page This fixes an overflow on the team page. For some reason (I suspect the text backing the icon) the delete icon on postings causes an overflow, which also leads to the navbar being wider than the screen. Hiding this overflow and making the icon a little wider to display it fully solves this problem --- src/client/less/_teampage.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/less/_teampage.less b/src/client/less/_teampage.less index b1a1c32b..6b5966b4 100644 --- a/src/client/less/_teampage.less +++ b/src/client/less/_teampage.less @@ -284,7 +284,8 @@ position: absolute; top: 15px; right: 25px; - width: 10px; + width: 20px; + overflow-x: hidden; text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; i {