summaryrefslogtreecommitdiffstats
path: root/app/common/styles/components
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/styles/components')
-rw-r--r--app/common/styles/components/table.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/common/styles/components/table.scss b/app/common/styles/components/table.scss
index 17df264..40b6a64 100644
--- a/app/common/styles/components/table.scss
+++ b/app/common/styles/components/table.scss
@@ -161,10 +161,14 @@
}
.bmc-table__cell {
- padding: 4px 16px;
+ padding: 10px 16px;
background-color: $base-02--07;
}
.bmc-table__row-actions {
text-align: right;
+ .btn {
+ padding-top: 0;
+ padding-bottom: 0;
+ }
} \ No newline at end of file
OpenPOWER on IntegriCloud