Merge pull request #22759 from ricardoasmarques/wip-fix-rbd-features-style

mgr/dashboard: Fix RBD features style

Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
Lenz Grimmer 2018-06-28 17:11:32 +02:00 committed by GitHub
commit 2e2c6e4501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@
</td>
<td class="col-sm-3">
<span *ngFor="let feature of selectedItem.features_name">
<span class="badge badge-pill badge-primary">{{ feature }}</span>
<span class="badge badge-pill badge-primary margin-right-sm">{{ feature }}</span>
</span>
</td>
</tr>