jquery - Bootstrap div as multiline in yii2 -


i using list in bootstrap css , responsive making notification list long text notification in facebook

i have 1 question how can make div multiline @ image below.

i want make div if if resize window should automatically break text , display in next line.

and here html of li

<li>'+    '<div id="notification-panel" class="panel panel-default">'+      '<div id="notification-body" class="panel-body">'+         '<div id="notification-image" class="panel-more1">'+           '<img src="../uploads/'+notificationlist[index].image+'" class="img-rounded" width="50" height="50" />'+         '</div>'+         '<div id="notification-info" class="panel-info">'+           '<label> checked '+ notificationlist[index].sourcename + '</label><br>'+        '</div>'+     '</div>'+   '</div>'+ '</li> 

and here css possibly affects tried change

#notification-body{   font-size:12px;   padding: 5px 10px 5px 5px;   white-space: nowrap; }  #notification-panel{   margin-bottom:5px;   word-wrap: break-word; }  #notification-info{   margin: 0px;   white-space: normal; } 

enter image description here

ok somehow got answer

all had change width of div when ever resize window force break sentence , break next size.


Comments

Popular posts from this blog

r - how do you merge two data frames the best way? -

How to debug "expected android.widget.TextView but found java.lang.string" in Android? -

php - mySQL problems with this code? -