aboutsummaryrefslogtreecommitdiff
path: root/app/scss/components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/scss/components.scss')
-rw-r--r--app/scss/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss
index e205b4c..da7ca63 100644
--- a/app/scss/components.scss
+++ b/app/scss/components.scss
@@ -374,3 +374,7 @@ table.fancyTable tfoot td {
background: #444;
text-decoration: none;
}
+
+.table-topalign td {
+ vertical-align: top;
+}