development:css:resize_cell

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


development:css:resize_cell [2019/10/31 09:04] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Resize table cell to content using CSS ====== 
 +If you wish to resize a table cell to fit its content, use the following CSS code: 
 +<code css> 
 +td {width:1%; white-space:nowrap; padding:0px 5px 0px 5px;} 
 +</code> 
 +Be sure to have at least one free size cell if the table has defined width
  • development/css/resize_cell.txt
  • Last modified: 2019/10/31 09:04
  • by 127.0.0.1