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

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

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

 

posted @ 2019-06-09 14:26  1024记忆  阅读(1033)  评论(0编辑  收藏  举报