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

flex min-width:0 hack to prevent content overflowing the container.
(username removed)
m (1 revision imported)
WordPress>TheDJ
(flex min-width:0 hack to prevent content overflowing the container.)
Line 36: Line 36:
.side-box-text {
.side-box-text {
flex: 1;
flex: 1;
min-width: 0;
}
}
}
}
Anonymous user