Module:Side box/styles.css: Difference between revisions

Content deleted Content added
use display flow-root to force a new Block formatting context
flex min-width:0 hack to prevent content overflowing the container.
Line 36:
.side-box-text {
flex: 1;
min-width: 0;
}
}