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;
}
}
|
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;
}
}
|