mirror of
https://github.com/ansible/awx.git
synced 2026-08-04 20:10:01 -02:30
Dashboard job widget styles
Fixed search widget responsiveness. Applied same ellipsis styling used on Jobs page.
This commit is contained in:
@@ -51,6 +51,19 @@
|
||||
background-image: none
|
||||
}
|
||||
|
||||
.dashboard-jobs-list-container {
|
||||
#jobs_table,
|
||||
#schedules_table {
|
||||
table-layout:fixed;
|
||||
}
|
||||
#jobs_table .name-column,
|
||||
#schedules_table .name-column {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.left-side {
|
||||
padding-right: 7px;
|
||||
|
||||
Reference in New Issue
Block a user