From: Afreen Misbah Date: Thu, 26 Mar 2026 13:34:56 +0000 (+0530) Subject: mgr/dashboard: Remove dashboard overrides X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e06ec722db767e0d923bfd4d73c878cc3304beb3;p=ceph.git mgr/dashboard: Remove dashboard overrides - we have responsive layout now so removing overrides - also removing duplicate spacings css Signed-off-by: Afreen Misbah --- diff --git a/src/pybind/mgr/dashboard/frontend/src/styles/_carbon-defaults.scss b/src/pybind/mgr/dashboard/frontend/src/styles/_carbon-defaults.scss index 55e0ded82daa..4b83c3c7ae47 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles/_carbon-defaults.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles/_carbon-defaults.scss @@ -181,15 +181,6 @@ Breadcrumbs padding: 8px 0; } -/****************************************** -Dashboard page -******************************************/ -// keeping this on 12px for now until we have responsive design -// based on carbon -cd-dashboard { - font-size: 12px; -} - /****************************************** Code snippet ******************************************/ @@ -237,10 +228,6 @@ Tabs width: layout.$spacing-10; } -.cds-mb-4 { - margin-bottom: layout.$spacing-02; -} - .cds--text-truncate--end { @include textTruncate.text-truncate-end; }