From e6c92fc32802368d50dbf417be55236b2f8516e5 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Tue, 28 Feb 2023 14:53:53 +0100 Subject: [PATCH] Change only datatable styles related to protocol [SCI-7996] --- app/assets/stylesheets/extend/datatable.scss | 2 +- app/assets/stylesheets/protocols/index.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/extend/datatable.scss b/app/assets/stylesheets/extend/datatable.scss index 5fdc55233..8e5fa96d8 100644 --- a/app/assets/stylesheets/extend/datatable.scss +++ b/app/assets/stylesheets/extend/datatable.scss @@ -54,7 +54,7 @@ } td { - padding: 14px 8px; + padding-left: 10px; .nowrap { white-space: nowrap; diff --git a/app/assets/stylesheets/protocols/index.scss b/app/assets/stylesheets/protocols/index.scss index 23e346339..e40b7d1e7 100644 --- a/app/assets/stylesheets/protocols/index.scss +++ b/app/assets/stylesheets/protocols/index.scss @@ -51,6 +51,10 @@ .dataTables_scrollBody { height: 100%; + + td:not(:first-child) { + padding: 14px 8px; + } } // Cells