Module:Command: Difference between revisions

m solve wrong styling when intersecting with the TOC on the right side
Undo revision 2512610 by Anterdc99 (talk) This breaks the spacing of all long commands to "/summon​zombie"
Line 175: Line 175:
local attr = ''
local attr = ''
if args.long then
if args.long then
attr = 'style="display: flex; padding: 0.8em 1em; margin-bottom: 0.4em; word-warp: break-word;"'
attr = 'style="display: block; padding: 0.8em 1em; margin-bottom: 0.4em; word-warp: break-word;"'
end
end