]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: cropped actions menu in nested details 35620/head
authorAvan Thakkar <athakkar@redhat.com>
Thu, 28 May 2020 16:14:15 +0000 (21:44 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Tue, 7 Jul 2020 07:03:20 +0000 (12:33 +0530)
Fixes: https://tracker.ceph.com/issues/45508
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit ec3c731d2dc28839984e94f6faddab761ea1a7a5)
(cherry picked from commit 9d56135ff704043860f5dc52afd02819abdfc8af)

src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss

index 4a5f9ae8a6267a2c6f08618c3d83bf378716348e..95fe13a9b750652ee5d136721820b9cd2d1b16e6 100644 (file)
     .datatable-row-detail {
       padding: 20px;
       border-bottom: 2px solid $color-table-header-border;
+      overflow-y: visible !important;
     }
     .expand-collapse-icon {
       display: block;
     }
   }
   .datatable-footer {
+    display: unset !important;
     .selected-count,
     .page-count {
       font-style: italic;