diff --git a/frontend/src/views/macauth/MACAuth.vue b/frontend/src/views/macauth/MACAuth.vue index 8501b49e416f90ce4f3511b9e0ab980e27c1abd6..1242136bda2ea4e24a6e1e7d67da8e09d7eadfd2 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"