Skip to content

Commit c7deb44

Browse files
authored
fix padding to avoid overlapping buttons (#54)
1 parent 13c83f8 commit c7deb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ body.tagLabelsRightAligned .gitRef.tag{
956956
}
957957

958958
#controls.fetchSupported{
959-
padding-right:162px;
959+
padding-right:180px;
960960
}
961961
#controls.fetchSupported #currentBtn{
962962
right:160px;

0 commit comments

Comments
 (0)