Skip to content
Snippets Groups Projects
Commit a9e3681d authored by Laurent's avatar Laurent
Browse files

hotline #60059 in responsive mode, tablesorted tables are horizontally srollable

parent cdd2737b
Branches
Tags
4 merge requests!2334Master,!2269Master,!2268Hotline master,!2261hotline #60059 in responsive mode, tablesorted tables are horizontally srollable
Pipeline #2138 passed with stage
in 10 minutes and 44 seconds
- ticket #60059 : Vue adaptive Smartphone : on peut faire défiler horizontalement les tableaux des prêts et des réservations
\ No newline at end of file
......@@ -339,6 +339,11 @@
}
table {
display:block;
overflow-x: auto;
}
table.exemplaires {
width: 100%;
display: table;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment