MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,057:
/* TEMPLATE:READ */
/* ======================================================= */
 
/* Force links inside the 'read' pill to inherit color and allow wrapping */
 
.read-pill a,
Line 1,062 ⟶ 1,064:
color: #202122 !important;
text-decoration: none;
white-space: nowrap; /* Ensures the link itself can wrap */
line-height: inherit !important; /* Matches the text outside the pill */
display: inline; /* Keeps the text on the natural baseline */
vertical-align: baseline; /* This is the key to the fix */
}