Commit 371cb609 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #15830 from light-and-ray/scroll_extensions_table_on_overflow

scroll extensions table on overflow
parents 603509ec 281e0a00
...@@ -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