From 23a6f5bae1afe41ac1f80aceeb8ea03ea2f9a26a Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 17 Oct 2017 18:43:19 +0200 Subject: [PATCH] Properly align the dossier-table th --- app/assets/stylesheets/new_design/dossiers_table.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/new_design/dossiers_table.scss b/app/assets/stylesheets/new_design/dossiers_table.scss index 4cf95f4fd..7deb2b5b4 100644 --- a/app/assets/stylesheets/new_design/dossiers_table.scss +++ b/app/assets/stylesheets/new_design/dossiers_table.scss @@ -4,6 +4,10 @@ .table.dossiers-table { font-size: 14px; + th { + vertical-align: middle; + } + td { padding: 0; }