commit | 8cc4866dbc86682a157a6f6b57526a31ac3fc524 | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Thu Feb 27 13:22:56 2020 -0800 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon Mar 02 14:41:33 2020 +0000 |
tree | 29161bc9dae132b6fc7cb14daa293726541cf868 | |
parent | 46a8744687597176c91c39237dcab39a3643ea61 [diff] |
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
diff --git a/src/components/Global/TableRowAction.vue b/src/components/Global/TableRowAction.vue index c8d2d0c..da936b6 100644 --- a/src/components/Global/TableRowAction.vue +++ b/src/components/Global/TableRowAction.vue
@@ -33,7 +33,7 @@ </script> <style lang="scss" scoped> -.btn { +.btn.btn-link { padding-top: 0; padding-bottom: 0; }