MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,057:
/* TEMPLATE:READ */
/* ======================================================= */
 
.read-pill {
/* This ensures the pill doesn't "stretch" the paragraph line height */
box-sizing: border-box;
}
 
.read-pill a,
Line 1,068 ⟶ 1,063:
text-decoration: none;
white-space: nowrap;
display: inline; /* Crucial for ellipsis to work */
line-height: 1;
displayline-height: inline-blockinherit;
}