From 434edd92682a73eb9791d2bdfbf41c7841eae618 Mon Sep 17 00:00:00 2001 From: junoyoon Date: Thu, 15 Apr 2021 12:28:10 +0900 Subject: [PATCH] Make action tools hidden when left panel overflows --- src/js/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/style.css b/src/js/style.css index b555887..f1e05d6 100644 --- a/src/js/style.css +++ b/src/js/style.css @@ -101,6 +101,7 @@ .__better_github_pr .actions { display: flex; + overflow: hidden; align-items: center; position: relative; padding: 10px 0;