Skip to content

Commit

Permalink
fix: css tos-text expansion to full page width
Browse files Browse the repository at this point in the history
  • Loading branch information
rglauco committed Mar 21, 2024
1 parent 9fa614e commit 40259a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/css/main.css
Expand Up @@ -847,7 +847,7 @@ text.axis-worktime {
font-family: monospace;
font-size: 0.8rem;
max-height: 40em;
max-width: 80rem;
max-width: 100%;
overflow-y: scroll;
white-space: pre-wrap;
}
Expand Down

0 comments on commit 40259a2

Please sign in to comment.