Merge pull request #35295 from rhcs-dashboard/fix-snapshot-dropdown

mgr/dashboard: cropped actions menu in nested details

Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
Lenz Grimmer 2020-06-17 12:14:52 +02:00 committed by GitHub
commit 70209af683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;