MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,490: | Line 1,490: | ||
grid-auto-flow: column; | grid-auto-flow: column; | ||
grid-template-rows: repeat(4, auto); | grid-template-rows: repeat(4, auto); | ||
justify-content: start; | justify-content: start; | ||
align-items: start; | align-items: start; | ||
column-gap: 10px; | column-gap: 10px; | ||
row-gap: 3px; | row-gap: 3px; | ||
margin: 8px 0; | margin: 8px 0; | ||
} | } | ||
/* | /* fix MediaWiki wrappers */ | ||
.ooo-extlinks-grid p { | .ooo-extlinks-grid > p { | ||
display: contents; | |||
margin: 0 !important; | margin: 0 !important; | ||
} | |||
.ooo-extlinks-grid br { | |||
display: none; | |||
} | } | ||