]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: cropped actions menu in nested details 35295/head
authorAvan Thakkar <athakkar@redhat.com>
Thu, 28 May 2020 16:14:15 +0000 (21:44 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Tue, 9 Jun 2020 17:43:15 +0000 (23:13 +0530)
Fixes: https://tracker.ceph.com/issues/45508
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
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;