MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 161:
}
 
/* Additional class forScrollable wide skill tables */
.wide {
display: block;
/*max-width: -moz-fit-content;*/
/*max-width: -moz-fit-content;*/
max-width: max-content;
max-width: intrinsic; /* Safari/WebKit uses a non-standard name */
max-width: -moz-max-content; /* Firefox/Gecko */
max-width: -webkit-max-content; /* Chrome */
overflow-x: auto;
white-space: nowrap;
padding: 0 0 10px;
margin-bottom: 1em 0 -4px;
background-color: #150D0A;
border-width: 0;