Merge "The name is too long and will exceed the page range"
This commit is contained in:
commit
bdbf781441
@ -7,7 +7,7 @@
|
||||
</h3>
|
||||
</div>
|
||||
<div class="modal-body clearfix">
|
||||
<p ng-bind="::modalCtrl.context.body"></p>
|
||||
<p class="word-wrap" ng-bind="::modalCtrl.context.body"></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-default"
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div ng-repeat="toast in toast.get()">
|
||||
<div class="alert alert-{$ ::toast.type $}">
|
||||
<a class="close" ng-click="toast.cancel($index)"><span class="fa fa-times"></span></a>
|
||||
<div><strong>{$ toast.typeMsg $}: </strong>{$ toast.msg $}</div>
|
||||
<div class="word-wrap"><strong>{$ toast.typeMsg $}: </strong>{$ toast.msg $}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user