Skip to content

Commit

Permalink
Fix issue with the first row in the all rooms view being very high in…
Browse files Browse the repository at this point in the history
… Firefox. See GitHub Issue #3726.  (Not quite sure what problem that CSS rule was trying to solve in the first place and why it's no longer necessary.)
  • Loading branch information
campbell-m committed Aug 20, 2024
1 parent d1f1180 commit 3c6a3e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/css/mrbs.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,6 @@
background-color: <?php echo $row_even_color_weekend_holiday ?>;
}

.all_rooms td {
height: 100%; <?php // for Firefox ?>
}

.dwm_main.all_rooms td a {
display: flex;
height: 100%;
Expand Down

0 comments on commit 3c6a3e6

Please sign in to comment.