From 5460bf89031a77ac9e0cde685c1bff00c29ee883 Mon Sep 17 00:00:00 2001 From: zeripath Date: Sat, 3 Oct 2020 00:10:43 +0100 Subject: [PATCH] Fix formatting of branches ahead-behind on narrow windows (#12989) Make the bar-groups width 50% with max-width of 90px Fix #12252 Signed-off-by: Andrew Thornton Co-authored-by: Lauris BH Co-authored-by: techknowlogick --- web_src/less/_repository.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 25aa332a9..9882b0345 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -1399,7 +1399,8 @@ position: relative; float: left; padding-bottom: 6px; - width: 90px; + width: 50%; + max-width: 90px; &:last-child { border-left: 1px solid #b4b4b4;