I want to give text-overflow:ellipsis to my span tag.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="input-group date event_box" style="width: 100%;">
                                    <span class="form-control event_rearrange" style="overflow: hidden; text-overflow: ellipsis; word-wrap: normal;"> Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text</span>
                                    <span class="input-group-addon" style="background:#000000;" >
<span class="glyphicon glyphicon-pencil " style="color: #FFFFFF;"></span>
</span>
  
  </div>the output I get is result that i get
i don't want to increase width.
any help would be great.
thank you.
 
     
     
    