From a460aad87cd29a147964b06c30866529fcc4f783 Mon Sep 17 00:00:00 2001 From: Alex Barkell Date: Mon, 1 Nov 2021 11:42:18 -0400 Subject: [PATCH] add padding to participant id header --- src/index.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.scss b/src/index.scss index 5c0d7cf8..b0b1b0e5 100644 --- a/src/index.scss +++ b/src/index.scss @@ -95,9 +95,9 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td { .participant-id { - min-width: 110px; - width: 110px; - max-width: 110px; + min-width: 120px; + width: 120px; + max-width: 120px; } .data-type { @@ -124,9 +124,9 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td { max-width: 80px; } .source-file { - min-width: 400px; - width: 400px; - max-width: 400px; + min-width: 380px; + width: 380px; + max-width: 380px; } @media only screen and (max-width: 1200px) { .image-type { @@ -135,9 +135,9 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td { } .participant-id { - min-width: 110px; - width: 110px; - max-width: 110px; + min-width: 120px; + width: 120px; + max-width: 120px; } .data-type {