Module:Sandbox/LVL: Difference between revisions

LVL (talk | contribs)
Switched to compact versions of scaling templates
LVL (talk | contribs)
No edit summary
Line 510: Line 510:
-- Add it to the row
-- Add it to the row
row_str = row_str .. string.format('<td %s>%s</td>', data_attrs, cell_inner)
row_str = row_str .. string.format('<td style="white-space: nowrap;" %s>%s</td>', data_attrs, cell_inner)
end
end
end
end