about summary refs log tree commit diff
path: root/app/javascript/styles/tables.scss
diff options
context:
space:
mode:
authorLynx Kotoura <lynx@lv9.org>2017-09-02 22:49:28 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-09-02 15:49:28 +0200
commitcfe39fb58d42ef649dc1ebb6f39e77814bbfbe96 (patch)
tree435d9fd8cb6820a42d8db68bd01ea211110bcca2 /app/javascript/styles/tables.scss
parenta0294c8880a4fd7ed548e792b78ededa88482ae5 (diff)
Adjust settings pages (#4765)
* views: Adjust heading positions

* Adjust settings pages

Adjust label. Adjust tables. Adjust admin/reports/* pages. Fix 2FA QR code style for narrow devices. Widen several pages. Increase contrast.

* Remove trailing whitespace
Diffstat (limited to 'app/javascript/styles/tables.scss')
-rw-r--r--app/javascript/styles/tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/tables.scss b/app/javascript/styles/tables.scss
index 6e54c59c0..f6e57e196 100644
--- a/app/javascript/styles/tables.scss
+++ b/app/javascript/styles/tables.scss
@@ -46,7 +46,7 @@
   &.inline-table {
     td,
     th {
-      padding: 8px 0;
+      padding: 8px 2px;
     }
 
     & > tbody > tr:nth-child(odd) > td,