From 9a66425fa42634c3e6879cd3503612fd9f714fbe Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Thu, 1 Oct 2020 14:59:28 +0200 Subject: [PATCH] mgr/dashboard: remove custom class `oa-hr-small` Signed-off-by: Tatjana Dehler --- .../osd/osd-flags-modal/osd-flags-modal.component.html | 2 +- .../osd/osd-flags-modal/osd-flags-modal.component.scss | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html index f98bc7011de4f..0b39576b7d338 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html @@ -25,7 +25,7 @@
{{ flag.description }} -
diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.scss index df12ae46d9187..e69de29bb2d1d 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.scss @@ -1,5 +0,0 @@ -.osd-modal { - .oa-hr-small { - margin: 5px; - } -} -- 2.39.5