Merge branch 'bug/prevent-table-overflow-in-chrome' into 'develop'

fix: prevent horizontal page overflow on mobile devices

See merge request framasoft/framadate/framadate!492
This commit is contained in:
Thomas Citharel 2023-05-03 09:02:25 +00:00
commit 6dfc2ad7ef

View file

@ -250,6 +250,7 @@ caption {
#tableContainer {
overflow-x:auto;
margin:5px auto;
contain: layout;
}
table.results {