1
0
Fork 0
mirror of https://github.com/Luzifer/mondash.git synced 2024-12-23 04:21:18 +00:00

Fix ugly design of detail link

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-08-16 23:52:31 +02:00
parent 2464009b2a
commit 47a27cdf9c
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -5,12 +5,13 @@
<b-row slot="header"> <b-row slot="header">
<b-col cols="7"> <b-col cols="7">
<strong>{{ metric.title }}</strong> <strong>{{ metric.title }}</strong>
<b-btn <a
v-if="metric.detail_url" v-if="metric.detail_url"
class="ml-1"
:href="metric.detail_url" :href="metric.detail_url"
> >
<i class="fa fa-external-link-alt" /> <i class="fas fa-link fa-xs" />
</b-btn> </a>
</b-col> </b-col>
<b-col <b-col
class="d-flex align-items-center" class="d-flex align-items-center"