From 491a6459055ffc1f0e9facfc449ec63c54defdd5 Mon Sep 17 00:00:00 2001 From: Tal Bereznitskey Date: Wed, 8 Sep 2021 23:14:33 +0300 Subject: [PATCH] Fix layout of action buttons + tooltips --- src/js/components/actions/index.jsx | 16 ++++++++-------- src/js/style.css | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/js/components/actions/index.jsx b/src/js/components/actions/index.jsx index 95a684b..98e53b0 100644 --- a/src/js/components/actions/index.jsx +++ b/src/js/components/actions/index.jsx @@ -5,20 +5,20 @@ const Actions = ({ filter, filterFiles, onFullWidth, onOptions, onClose, onReloa
-
- diff --git a/src/js/style.css b/src/js/style.css index c34dc5e..309151a 100644 --- a/src/js/style.css +++ b/src/js/style.css @@ -5,6 +5,7 @@ .__better_github_pr { display: none; + overflow: hidden; /* Fallbacks - We will try to use github's colors first */ --bgpr-background: #fff; @@ -101,7 +102,6 @@ .__better_github_pr .actions { display: flex; - overflow: hidden; align-items: center; position: relative; padding: 10px 0;