Merge pull request #2490 from stpanzer/Clearfix

Add clearfix class. Closes #2486
pull/2501/head
Jamie 6 years ago committed by GitHub
commit c035f7cd7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
<div *ngIf="childRequests">
<hr />
<div *ngFor="let child of childRequests">
<div *ngFor="let child of childRequests" class="clearfix">
<div class="col-md-12">
<div class="col-md-2">

Loading…
Cancel
Save