diff --git a/frontend/src/Editor/LeftSidebar/SidebarPageSelector/index.jsx b/frontend/src/Editor/LeftSidebar/SidebarPageSelector/index.jsx index afbe6b754d..85bb1f7292 100644 --- a/frontend/src/Editor/LeftSidebar/SidebarPageSelector/index.jsx +++ b/frontend/src/Editor/LeftSidebar/SidebarPageSelector/index.jsx @@ -119,7 +119,7 @@ const LeftSidebarPageSelector = ({
-
+
{allpages.length > 0 ? (
-
+
{(showNewGroupForm || showGroupNameUpdateForm) && (
diff --git a/frontend/src/ManageOrgVars/ManageOrgVars.jsx b/frontend/src/ManageOrgVars/ManageOrgVars.jsx index b1dc7262ec..59c84adbed 100644 --- a/frontend/src/ManageOrgVars/ManageOrgVars.jsx +++ b/frontend/src/ManageOrgVars/ManageOrgVars.jsx @@ -281,7 +281,7 @@ class ManageOrgVarsComponent extends React.Component {
-
+
{showVariableForm ? (
-
+
diff --git a/frontend/src/OrganizationSettingsPage/index.jsx b/frontend/src/OrganizationSettingsPage/index.jsx index 5618bfcbdf..b83ea6a099 100644 --- a/frontend/src/OrganizationSettingsPage/index.jsx +++ b/frontend/src/OrganizationSettingsPage/index.jsx @@ -18,7 +18,7 @@ export function OrganizationSettings(props) {
-
+
{admin && ( <> diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 1227a4aeba..af4d2850ec 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -1647,7 +1647,7 @@ button { z-index: 2; } - .table thead th:not(.rdtPrev):not(.rdtSwitch):not(.rdtNext):not(.dow){ + .table thead th:not(.rdtPrev):not(.rdtSwitch):not(.rdtNext):not(.dow) { display: flex !important; } @@ -6202,13 +6202,16 @@ input.hide-input-arrows { } .org-users-page { - min-height: 100vh; - .page-body { height: 100%; } } +.user-group-container-wrap, +.workspace-variable-container-wrap { + margin-top: 1.25rem; +} + .dragged-column { z-index: 1001; } @@ -6825,7 +6828,7 @@ tbody { .organization-page-sidebar { - min-height: 100vh; + height: calc(100vh - 48px); max-width: 288px; }