Remove spacing between All/Unhealthy buttons

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2019-02-17 19:33:19 +00:00
parent 45b91e8e80
commit 028e99e3d6

View file

@ -11,7 +11,7 @@
<label class="btn btn-primary">
<input type="radio" name="targets" id="all-targets" autocomplete="off" checked> All
</label>
<label class="btn btn-primary ml-1">
<label class="btn btn-primary">
<input type="radio" name="targets" id="unhealthy-targets" autocomplete="off"> Unhealthy
</label>
</br>