From 86837c0623220845b0ceec271c20a00f52b46ccc Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jul 02 2018 14:03:38 +0000 Subject: fix pr-dropdown messed up label for forks Fixes the weird rendering of the labels in the New PR dropdown when listing branches from Forks Fixes #3376 This also styles up the labels to be the same as in the PR page. Signed-off-by: Ryan Lerch --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index a137d71..463fe02 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -823,6 +823,10 @@ a.nav-link.btn{ font-size:0.9em; } +.font-size-1{ + font-size:1em; +} + .opacity-100{ opacity:1!important; } diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 4f4d736..5608813 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -99,9 +99,9 @@ Open PR