diff --git a/components/WifiCard.vue b/components/WifiCard.vue index fd303d2..7cb20ae 100644 --- a/components/WifiCard.vue +++ b/components/WifiCard.vue @@ -44,4 +44,8 @@ .wifi-details { flex: 1; } } } + + .btn-group{ + padding-right: var(--space-md); + }