Skip to content

Commit

Permalink
Merge pull request #4030 from rglauco/main
Browse files Browse the repository at this point in the history
fix: css tos-text expansion to full page width
  • Loading branch information
evilaliv3 committed Mar 21, 2024
2 parents cdbfb0e + 40259a2 commit f2fc11f
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 f2fc11f

Please sign in to comment.