Quellcode durchsuchen

feat(app): update settings description line height (#37759)

Aarav Sareen vor 1 Monat
Ursprung
Commit
3fc5af6dd1
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 4 3
      packages/app/src/components/settings-v2/settings-v2.css

+ 4 - 3
packages/app/src/components/settings-v2/settings-v2.css

@@ -133,9 +133,10 @@
 }
 }
 
 
 [data-slot="settings-v2-row-description"] {
 [data-slot="settings-v2-row-description"] {
+  margin-block: -3.5px;
   font-size: 13px;
   font-size: 13px;
   font-weight: 440;
   font-weight: 440;
-  line-height: 1;
+  line-height: 20px;
   color: var(--v2-text-text-muted);
   color: var(--v2-text-text-muted);
 }
 }
 
 
@@ -270,10 +271,10 @@
 }
 }
 
 
 .settings-v2-provider-description {
 .settings-v2-provider-description {
-  margin: 0;
+  margin-block: -3.5px;
   font-size: 13px;
   font-size: 13px;
   font-weight: 440;
   font-weight: 440;
-  line-height: 1;
+  line-height: 20px;
   color: var(--v2-text-text-muted);
   color: var(--v2-text-text-muted);
 }
 }