Skip to content

Commit 8fbe183

Browse files
committed
Responsive improvement
1 parent 871f287 commit 8fbe183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎demos/alert/demo.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</script>
77
<uib-alert ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert($index)">{{alert.msg}}</uib-alert>
88
<uib-alert template-url="alert.html">A happy alert!</uib-alert>
9-
<div class="form-group col-xs-3">
9+
<div class="form-group col-xs-6 col-md-3">
1010
<label>Alert type:</label>
1111
<select class="form-control" ng-model="alertType">
1212
<option>success</option>
@@ -15,7 +15,7 @@
1515
<option>danger</option>
1616
</select>
1717
</div>
18-
<div class="form-group col-xs-3">
18+
<div class="form-group col-xs-6 col-md-3">
1919
<button type="button" class='btn btn-default' ng-click="addAlert()">Add Alert</button>
2020
</div>
2121
</div>

0 commit comments

Comments
 (0)