mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Merge pull request #2490 from stpanzer/Clearfix
Add clearfix class. Closes #2486
This commit is contained in:
commit
c035f7cd7b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue