1
votes

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;
 }
1
It's most likely isn't supported by opera mini. - Roy
Letter/Word-Spacing is not supported by Opera Mini it would seem - caniuse.com/#search=letter-spacing - Paulie_D
my paragraph make big space in word have it another way for less? - Alamin Dawan

1 Answers

0
votes

This is a known bug of Opera which is our bug reporting system with the id DSK-357174.