diff --git a/web_src/css/repo.css b/web_src/css/repo.css index e9cfc1ddde..d6faa4b2a7 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -2425,6 +2425,11 @@ details.repo-search-result summary::marker { padding-right: 22px !important; /* normal buttons have !important paddings, so we need to override it for dropdown (Add File) icons */ } +.repo-button-row .button strong { + /* Workaround where 'overflow: hidden' is clipping the y-axis, force a small amount of extra padding in the y-axis. */ + padding: .1em 0; +} + .repo-button-row input { height: 30px; }