【补丁】bootStrap4 下text-justify无法实现两端对齐问题

当使用 text-justify时,发现无法实现两端对齐,于是又增加了一个补丁样式:

1 /**
2 * 修复 text-justify 样式无法两端对齐问题
3 **/
4 .text-justify:after{
5   content:"";
6   display:inline-block;
7   width:100%;
8 }

猜你喜欢

转载自www.cnblogs.com/wm218/p/10993410.html
今日推荐