From a407c0b2a0bb7959210b8f80edf73464ae9858a4 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Thu, 10 Jun 2021 12:03:57 +0200 Subject: [PATCH] top align th in dossier table --- app/assets/stylesheets/dossiers_table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/dossiers_table.scss b/app/assets/stylesheets/dossiers_table.scss index f91a2f7c0..32fec296e 100644 --- a/app/assets/stylesheets/dossiers_table.scss +++ b/app/assets/stylesheets/dossiers_table.scss @@ -5,7 +5,7 @@ font-size: 14px; th { - vertical-align: middle; + vertical-align: top; padding: (2 * $default-spacer) $default-spacer; }