Skip to content

Commit

Permalink
Merge pull request #59 from KPMP/KPMP-2301-Revisit-image-try-table-st…
Browse files Browse the repository at this point in the history
…yling

add padding to participant id header
  • Loading branch information
abarkellumich authored Nov 1, 2021
2 parents ff12753 + a460aad commit de5ae28
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit de5ae28

Please sign in to comment.