Skip to content

Commit 36c6ba8

Browse files
committed
fix: use full width for job details page
1 parent 142d16a commit 36c6ba8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/services/solid_queue_monitor/stylesheet_generator.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,8 +1394,7 @@ def generate
13941394
13951395
/* Job Details Page Styles */
13961396
.solid_queue_monitor .job-details-page {
1397-
max-width: 900px;
1398-
margin: 0 auto;
1397+
width: 100%;
13991398
}
14001399
14011400
.solid_queue_monitor .job-header {

0 commit comments

Comments
 (0)