MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,058:
/* ======================================================= */
 
.read-pill {
/* Force links inside the 'read' pill to inherit color and allow wrapping */
/* Ensures the pill doesn't create extra vertical space in the paragraph */
vertical-align: top;
}
 
.read-pill a,
Line 1,064 ⟶ 1,067:
color: #202122 !important;
text-decoration: none;
white-space: nowrap; /* Ensures the link itself can wrap */
display: inline-block; /* Helps with vertical consistency */
line-height: inherit1;
}