Merge "Prevent popups text from being cut off and make bottom spacing for vertical page previews consistent"

This commit is contained in:
jenkins-bot 2023-09-07 16:01:49 +00:00 committed by Gerrit Code Review
commit a7263c6219

View file

@ -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 {