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 <[email protected]> Co-authored-by: Lauris BH <[email protected]> Co-authored-by: techknowlogick <[email protected]>
This commit is contained in:
co-authored by
Lauris BH
techknowlogick
parent
45727c32c3
commit
5460bf8903
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user