]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Center quality gate badge text
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Thu, 6 Oct 2022 12:03:02 +0000 (14:03 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 7 Oct 2022 20:03:00 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/component-measures/style.css
server/sonar-web/src/main/js/components/ui/Level.css

index 91aa60374a38148940570278ad27f8ba182d8807..c76bad100259fcf3a82bcb1b0f1f375e74119b25 100644 (file)
@@ -114,7 +114,6 @@ button.search-navigator-facet {
 
 .domain-measures-value .level {
   height: 18px;
-  line-height: 18px;
   border-radius: 18px;
   margin-top: -2px;
   margin-bottom: -2px;
index 96a246bc6599a5d058859126e467e3f5da1d3859..c8f8b8a290023eac5d299a8e98f346b51289ec97 100644 (file)
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 .level {
-  display: inline-block;
+  display: inline-flex;
+  align-items: center;
+  justify-content: center;
   width: auto;
   min-width: 80px;
   padding-left: 9px;
   padding-right: 9px;
   height: var(--controlHeight);
-  line-height: var(--controlHeight);
   border: 1px solid var(--blacka38);
   border-radius: var(--controlHeight);
   box-sizing: border-box;
@@ -32,7 +33,6 @@
   letter-spacing: 0.02em;
   font-size: var(--baseFontSize);
   font-weight: 400;
-  text-align: center;
 }
 
 .level-small {
@@ -43,7 +43,6 @@
   margin-top: -1px;
   margin-bottom: -1px;
   height: var(--smallControlHeight);
-  line-height: var(--smallControlHeight);
   font-size: var(--smallFontSize);
   font-weight: bold;
 }