mgr/dashboard: cropped actions menu in nested details

Fixes: https://tracker.ceph.com/issues/45508

Signed-off-by: Avan Thakkar <athakkar@redhat.com>
This commit is contained in:
Avan Thakkar 2020-05-28 21:44:15 +05:30
parent 07f9d8b5b2
commit ec3c731d2d

View File

@ -240,6 +240,7 @@
.datatable-row-detail {
padding: 20px;
border-bottom: 2px solid $color-table-header-border;
overflow-y: visible !important;
}
.expand-collapse-icon {
display: block;
@ -259,6 +260,7 @@
}
}
.datatable-footer {
display: unset !important;
.selected-count,
.page-count {
font-style: italic;