mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
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:
commit
6dfc2ad7ef
1 changed files with 1 additions and 0 deletions
|
|
@ -250,6 +250,7 @@ caption {
|
|||
#tableContainer {
|
||||
overflow-x:auto;
|
||||
margin:5px auto;
|
||||
contain: layout;
|
||||
}
|
||||
|
||||
table.results {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue