Browse Source

wip: sync

Frank 4 months ago
parent
commit
5ee3063aab

+ 2 - 2
packages/console/app/src/routes/workspace/[id]/settings/settings-section.module.css

@@ -1,11 +1,12 @@
 .root {
 .root {
+  max-width: 40rem;
+
   [data-slot="setting"] {
   [data-slot="setting"] {
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
     gap: var(--space-3);
     gap: var(--space-3);
 
 
     p {
     p {
-      font-size: var(--font-size-sm);
       line-height: 1.2;
       line-height: 1.2;
       margin: 0;
       margin: 0;
       color: var(--color-text-muted);
       color: var(--color-text-muted);
@@ -25,7 +26,6 @@
     }
     }
 
 
     [data-slot="current-value"] {
     [data-slot="current-value"] {
-      font-size: var(--font-size-sm);
       color: var(--color-text);
       color: var(--color-text);
       line-height: 1.4;
       line-height: 1.4;
       margin: 0;
       margin: 0;