diff options
author | 2019-05-20 15:35:40 -0400 | |
---|---|---|
committer | 2019-05-20 14:35:40 -0500 | |
commit | b56e3fed1c2a0004b5f7d097a632f59101bcfb4a (patch) | |
tree | 9f2817aa018e95f052076fc773d4326bfc5025cb | |
parent | 8dfe7ee4fa862ef8712b0aa5d56d68fa47afbdda (diff) | |
download | refined-github-b56e3fed1c2a0004b5f7d097a632f59101bcfb4a.tar.gz refined-github-b56e3fed1c2a0004b5f7d097a632f59101bcfb4a.tar.zst refined-github-b56e3fed1c2a0004b5f7d097a632f59101bcfb4a.zip |
Fix recently-pushed-branches div positioning in GHE (#2060)
Closes #2044
-rw-r--r-- | source/features/recently-pushed-branches-enhancements.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/recently-pushed-branches-enhancements.css b/source/features/recently-pushed-branches-enhancements.css index f51888f7..196275f4 100644 --- a/source/features/recently-pushed-branches-enhancements.css +++ b/source/features/recently-pushed-branches-enhancements.css @@ -16,7 +16,7 @@ } /* Fix positioning on GHE */ .rgh-recently-pushed-branches.enterprise [data-url$='recently_touched_branches_list'] .mb-3 { - position: initial; + top: -1px; } .rgh-recently-pushed-branches [data-url$='recently_touched_branches_list'] p { display: none; |