Skip to content

Commit 5460bf8

Browse files
zeripathlafrikstechknowlogick
authored
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 <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1 parent 45727c3 commit 5460bf8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web_src/less/_repository.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,8 @@
13991399
position: relative;
14001400
float: left;
14011401
padding-bottom: 6px;
1402-
width: 90px;
1402+
width: 50%;
1403+
max-width: 90px;
14031404

14041405
&:last-child {
14051406
border-left: 1px solid #b4b4b4;

0 commit comments

Comments
 (0)