mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-27 17:00:37 +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;
|
color: @color-base;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-bottom: 4px; // T330570
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -174,7 +175,6 @@
|
||||||
max-height: 202px - @previewFooterHeight - @popupPadding;
|
max-height: 202px - @previewFooterHeight - @popupPadding;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-bottom: @minHeight;
|
margin-bottom: @minHeight;
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Reference in a new issue