Difference between revisions of "MediaWiki:Common.css"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
.cell-container {
 
.cell-container {
     max-height: 1000px;
+
     max-height: 100px;
 
     overflow: hidden;
 
     overflow: hidden;
 
}
 
}

Revision as of 22:52, 16 May 2023

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

.cell-container {
    max-height: 100px;
    overflow: hidden;
}