mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-13 17:56:55 +00:00
Merge "Prevent popups text from being cut off and make bottom spacing for vertical page previews consistent"
This commit is contained in:
commit
a7263c6219
|
@ -80,6 +80,7 @@
|
|||
color: @color-base;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
padding-bottom: 4px; // T330570
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
@ -174,7 +175,6 @@
|
|||
max-height: 202px - @previewFooterHeight - @popupPadding;
|
||||
overflow: hidden;
|
||||
margin-bottom: @minHeight;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Reference in a new issue