Skip to content

Commit

Permalink
Merge pull request #28 from FrantaBOT/master
Browse files Browse the repository at this point in the history
limited the maximum td size
  • Loading branch information
martin-kuba authored Dec 13, 2023
2 parents c7b330b + 056108b commit 23ca5c5
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 23ca5c5

Please sign in to comment.