Difference between revisions of "MediaWiki:Common.css"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
table.wikitable td {
+
table.wikitable .contained-cell {
    max-height: 100px;
+
  max-height: 1000px; /* Adjust this value to your desired maximum height */
    overflow: hidden;
+
  overflow: hidden;
 +
  position: relative;
 
}
 
}

Revision as of 22:54, 16 May 2023

/* CSS placed here will be applied to all skins */

table.wikitable .contained-cell {
  max-height: 1000px; /* Adjust this value to your desired maximum height */
  overflow: hidden;
  position: relative;
}