From b341e7442139aad056513475ad32d1a6bcd5211c Mon Sep 17 00:00:00 2001 From: Robert <contact@kosro.de> Date: Wed, 26 Aug 2020 18:17:54 +0200 Subject: [PATCH] UPD: THICC button --- frontend/src/views/macauth/MACAuth.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/macauth/MACAuth.vue b/frontend/src/views/macauth/MACAuth.vue index 8501b49e4..1242136bd 100644 --- a/frontend/src/views/macauth/MACAuth.vue +++ b/frontend/src/views/macauth/MACAuth.vue @@ -60,7 +60,7 @@ </b-tooltip> </template> <template v-slot:cell(wpa_key)="data"> - <b-button :id="'show-wpa-key-' + bcd.name + '-' + data.index" variant="primary"> + <b-button block :id="'show-wpa-key-' + bcd.name + '-' + data.index" variant="primary"> <font-awesome-icon :icon="['fas','eye']"/> </b-button> <b-popover :target="'show-wpa-key-' + bcd.name + '-' + data.index" -- GitLab