mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-13 14:19:33 +01:00
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>
This commit is contained in:
parent
45727c32c3
commit
5460bf8903
1 changed files with 2 additions and 1 deletions
|
@ -1399,7 +1399,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
width: 90px;
|
width: 50%;
|
||||||
|
max-width: 90px;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-left: 1px solid #b4b4b4;
|
border-left: 1px solid #b4b4b4;
|
||||||
|
|
Loading…
Reference in a new issue