From 15ddd0ab9136329d2c483a6bb01c22b02f11d422 Mon Sep 17 00:00:00 2001 From: mlorb Date: Tue, 27 Nov 2018 12:37:10 +0100 Subject: [PATCH 1/2] fix projects table css --- app/assets/stylesheets/themes/projects.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/themes/projects.scss b/app/assets/stylesheets/themes/projects.scss index c308e0699..e36b72027 100644 --- a/app/assets/stylesheets/themes/projects.scss +++ b/app/assets/stylesheets/themes/projects.scss @@ -11,4 +11,8 @@ .archived { background-color: $color-concrete; } + + #dropdownMenu1 { + padding: 0 12px; + } } From c7f5c17e7e2d0ee40ccf4c1411bfaa49558c3d46 Mon Sep 17 00:00:00 2001 From: mlorb Date: Tue, 4 Dec 2018 11:21:54 +0100 Subject: [PATCH 2/2] change css again --- app/assets/stylesheets/themes/projects.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/projects.scss b/app/assets/stylesheets/themes/projects.scss index e36b72027..dd21e62bf 100644 --- a/app/assets/stylesheets/themes/projects.scss +++ b/app/assets/stylesheets/themes/projects.scss @@ -12,7 +12,7 @@ background-color: $color-concrete; } - #dropdownMenu1 { - padding: 0 12px; + tbody tr td:last-child { + height: 34px; } }