Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 37: Line 37:


/* makes table wrap within a cell:  
/* makes table wrap within a cell:  
.table-wordwrap td {
.table-wordwrap {
     width: 100px; /* Adjust as needed */
     width: 100px; /* Adjust as needed */
     word-wrap: break-word;
     word-wrap: break-word;
}
}