summaryrefslogtreecommitdiff
path: root/src/components/Global/TableRowAction.vue
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-02-28 00:22:56 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-03-02 17:41:33 +0300
commit8cc4866dbc86682a157a6f6b57526a31ac3fc524 (patch)
tree29161bc9dae132b6fc7cb14daa293726541cf868 /src/components/Global/TableRowAction.vue
parent46a8744687597176c91c39237dcab39a3643ea61 (diff)
downloadwebui-vue-8cc4866dbc86682a157a6f6b57526a31ac3fc524.tar.xz
Fix styling for TableRowAction button
Padding was off for buttons in the TableRowAction component because of specificity issues. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I0b11bce612c4e1fe9b07a3ca8e33febf57f944e0
Diffstat (limited to 'src/components/Global/TableRowAction.vue')
-rw-r--r--src/components/Global/TableRowAction.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/TableRowAction.vue b/src/components/Global/TableRowAction.vue
index c8d2d0cf..da936b6d 100644
--- a/src/components/Global/TableRowAction.vue
+++ b/src/components/Global/TableRowAction.vue
@@ -33,7 +33,7 @@ export default {
</script>
<style lang="scss" scoped>
-.btn {
+.btn.btn-link {
padding-top: 0;
padding-bottom: 0;
}