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