mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +00:00
daf5b3d07f
RA needs a min-height to trigger the JS to render the cards
19 lines
344 B
Plaintext
19 lines
344 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:RelatedArticles
|
|
* Module: ext.relatedArticles.styles
|
|
* Version: REL1_39 f513e5c
|
|
*
|
|
* Date: 2022-11-16
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
.client-js {
|
|
.read-more-container {
|
|
min-height: 1px; // relatedarticle needs a min-height to render
|
|
padding: 0 var( --padding-page );
|
|
}
|
|
}
|