Skip to content

Commit

Permalink
add css to select whole message on logger panel
Browse files Browse the repository at this point in the history
  • Loading branch information
crstauf committed Nov 13, 2023
1 parent 11c68fc commit d8820cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1516,3 +1516,7 @@ body#error-page {
border: none !important;
}
}

#qm-logger tr pre {
user-select: all;
}

0 comments on commit d8820cf

Please sign in to comment.