Commit 281e0a00 authored by Andray's avatar Andray

scroll extensions table on overflow

parent ddb28b33
...@@ -807,6 +807,8 @@ table.popup-table .link{ ...@@ -807,6 +807,8 @@ table.popup-table .link{
#tab_extensions table{ #tab_extensions table{
border-collapse: collapse; border-collapse: collapse;
overflow-x: auto;
display: block;
} }
#tab_extensions table td, #tab_extensions table th{ #tab_extensions table td, #tab_extensions table th{
......
Markdown is supported
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