mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 00:32:57 -07:00
Add clearfix class. Closes #2486
This commit is contained in:
parent
94a1f3a00d
commit
fa7a64e1ad
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div *ngIf="childRequests">
|
<div *ngIf="childRequests">
|
||||||
<hr />
|
<hr />
|
||||||
<div *ngFor="let child of childRequests">
|
<div *ngFor="let child of childRequests" class="clearfix">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue