css word-spacing property for paragraph not working in opera mini (for mobile). I have tried like this-
<div class="row ">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 try-test">
<?php
foreach ($newsArr as $item){
echo $item['News']['title'];
}
?>
</div>
</div>
css :-
.try-test{
font-family: SolimanLipi !important;
word-spacing: 2px;
}
This is a known bug of Opera which is our bug reporting system with the id DSK-357174.