Help:Table/Width: Difference between revisions

Content deleted Content added
CSS max-width on table as a whole: Correction. It does work on desktop
Line 54:
== CSS max-width on table as a whole ==
 
CSS max-width for overall table width isworks ignoredon altogetherdesktop. onAnd bothit mobileshrinks andfurther desktopas screen or browser narrows.
 
'''Overall table width attempted via max-width:'''
:<code>{| class=wikitable style="max-width:55em40em;"</code>
 
{| class=wikitable style="max-width:55em40em;"
|-
! Left !! Center !! Right
Line 67:
| Middle left cell || Middle center cell || Middle right cell
|-
| Bottom left cell || Bottom center cell || "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
| Bottom left cell || Bottom center cell || Bottom right cell
|}