MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,057:
/* TEMPLATE:READ */
/* ======================================================= */
/* ======================================================= */
/* TEMPLATE:READ */
/* ======================================================= */
.read-pill {
/* Ensures the pill doesn't stretch the text line */
box-sizing: border-box;
}
.read-pill a,
Line 1,062 ⟶ 1,071:
color: #202122 !important;
text-decoration: none;
display: inline;
white-space: nowrap;
▲ display: inline; /* Crucial for ellipsis to work */
}
| |||