Content deleted Content added
flex min-width:0 hack to prevent content overflowing the container. |
bump min width down |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6:
font-size: 88%;
line-height: 1.25em;
background-color: var(--background-color-interactive-subtle, #
display: flow-root;
}
/* embedded side boxes need larger font */
.infobox .side-box {
font-size: 100%;
}
Line 40 ⟶ 44:
}
@media (min-width:
.side-box {
width: 238px;
|