mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-28 01:10:04 +00:00
Merge "Remove paragraph margins from HTML extracts"
This commit is contained in:
commit
38970b488d
|
@ -156,6 +156,11 @@
|
|||
background-image: linear-gradient( to left, rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) 50% );
|
||||
}
|
||||
/* stylelint-enable function-linear-gradient-no-nonstandard-direction */
|
||||
|
||||
p {
|
||||
// Make the text fit in exactly as many lines as we want.
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Reference in a new issue