Przeglądaj źródła

Fix badge height on the Labs page (#31213)

GitOrigin-RevId: a59d90c76e608bc34bbba9226136af21a2f1ea35
Rebeka Dekany 6 miesięcy temu
rodzic
commit
f6eda40666

+ 1 - 4
services/web/frontend/stylesheets/modules/labs.scss

@@ -56,15 +56,12 @@
     .title-row {
       margin: 0;
       margin-bottom: var(--spacing-04);
+      align-items: center;
 
       > h3 {
         margin: 0;
         margin-right: var(--spacing-04);
       }
-
-      .badge {
-        line-height: var(--line-height-02);
-      }
     }
 
     p {