Skip to content

Commit

Permalink
limited the maximum td size
Browse files Browse the repository at this point in the history
Limited the maximum td size for reservations so that it is not outside the screen
  • Loading branch information
FrantaBOT authored Dec 13, 2023
1 parent c7b330b commit 056108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbsmon/src/main/webapp/pbsmon.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
table.queue tr.bezna td { background-color: #EAFFCC; }

table.reservations th { background: #F5B800; }
table.reservations td { background: #FABF06; text-align: center;}
table.reservations td { background: #FABF06; text-align: center; max-width: 400px; overflow-wrap: break-word; }
table.reservations a { color: black; }

table.attributes td { background: #e0e0e0; }
Expand Down

0 comments on commit 056108b

Please sign in to comment.