diff --git a/scss/components/_itemBox.scss b/scss/components/_itemBox.scss index 103a542e73..64a4f668a9 100644 --- a/scss/components/_itemBox.scss +++ b/scss/components/_itemBox.scss @@ -16,7 +16,7 @@ #info-table { display: grid; grid-template-columns: max-content 1fr; - grid-auto-rows: minmax(1.8em, auto); + grid-auto-rows: min-content; align-items: center; width: 100%; } @@ -112,6 +112,7 @@ textarea { /* metadata field names */ th { + align-self: stretch; font-weight: normal; text-align: right; margin-left: 5px !important; diff --git a/scss/mac/_itemBox.scss b/scss/mac/_itemBox.scss index 82fefacdd6..2c44495041 100644 --- a/scss/mac/_itemBox.scss +++ b/scss/mac/_itemBox.scss @@ -25,7 +25,7 @@ th > label, .creator-type-label, #more-creators-label { } td > input, .creator-name-box > input { - margin: -1px 5px -1px 0; + margin: -1px 5px -2.5px 0; padding: 0; }