Explorar el Código

Merge pull request #34819 from overleaf/jel-domain-table-spacing

[web] Update spacing in groups domain table

GitOrigin-RevId: 6e908b79e45212cf060068271ec56c3146fe20d7
Jessica Lawshe hace 1 mes
padre
commit
4a635d7599
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      services/web/frontend/stylesheets/pages/group-settings.scss

+ 9 - 1
services/web/frontend/stylesheets/pages/group-settings.scss

@@ -347,7 +347,15 @@ h4.group-settings-title {
     font-size: var(--font-size-02);
 
     td {
-      padding-top: 0;
+      padding: 0;
+    }
+
+    .notification-list {
+      margin-top: var(--spacing-07);
+    }
+
+    .collapse {
+      margin-bottom: var(--spacing-06);
     }
   }