Ensure tx labels display correctly when there are many (#2076)

fix #2075
This commit is contained in:
Umar Bolatov 2020-11-22 21:34:34 -08:00 committed by GitHub
parent f9b86a6b2e
commit fa517417ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@
<div class="row mt-4">
<div class="col-md-12">
<div class="d-flex flex-row card card-body p-2">
<div class="d-flex flex-row align-items-start flex-wrap card card-body p-2">
<span class="mr-2">Filter by label:</span>
@foreach (var label in Model.Labels)
{