Код: Выделить всё
.fill-space {
text-align: justify;
text-justify: distribute; /*This property is not working */
text-align-last: center;
}
Подробнее здесь: https://stackoverflow.com/questions/603 ... -in-chrome
Код: Выделить всё
.fill-space {
text-align: justify;
text-justify: distribute; /*This property is not working */
text-align-last: center;
}