Module:Sandbox/LVL: Difference between revisionsGive feedback
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 772: | Line 772: | ||
local table_str = '<table class="wikitable sortable" style="table-layout: auto; width: 100%;">' .. headers_str .. body_str .. "</table>" | local table_str = '<table class="wikitable sortable" style="table-layout: auto; width: 100%;">' .. headers_str .. body_str .. "</table>" | ||
local output_str = '<div style="overflow: auto | local output_str = '<div style="overflow-x: auto; width: 100%;">' .. table_str .. '</div>' | ||
return output_str | return output_str | ||
end | end | ||