summaryrefslogtreecommitdiff
path: root/src/components/Global/TableRowAction.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/TableRowAction.vue')
-rw-r--r--src/components/Global/TableRowAction.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Global/TableRowAction.vue b/src/components/Global/TableRowAction.vue
index a12ae801..94ef6ce4 100644
--- a/src/components/Global/TableRowAction.vue
+++ b/src/components/Global/TableRowAction.vue
@@ -2,7 +2,7 @@
<span>
<b-link
v-if="value === 'export'"
- class="align-bottom btn-link py-0"
+ class="align-bottom btn-icon-only py-0 btn-link"
:download="download"
:href="href"
:title="title"
@@ -15,7 +15,7 @@
<b-button
v-else
variant="link"
- class="py-0"
+ class="btn-icon-only"
:aria-label="title"
:title="title"
:disabled="!enabled"