diff --git a/scss/components/actor/_actor_header.scss b/scss/components/actor/_actor_header.scss index ac6142fe..dd4aa1e5 100644 --- a/scss/components/actor/_actor_header.scss +++ b/scss/components/actor/_actor_header.scss @@ -42,7 +42,6 @@ align-items: center; border-bottom: 0; margin: 0; - container-type: inline-size; } &__name-input[type="text"] { @@ -50,7 +49,7 @@ background-color: transparent; border: none; flex: 1; - font-size: clamp(0.75em, 8cqi, 1.25em); + font-size: 1.25em; height: auto; // Use lighter font weight for better readability diff --git a/scss/components/item/_item_header.scss b/scss/components/item/_item_header.scss index 1a22436f..e7390178 100644 --- a/scss/components/item/_item_header.scss +++ b/scss/components/item/_item_header.scss @@ -33,7 +33,6 @@ &__name { border: none; margin: 0; - container-type: inline-size; } &__name-label { @@ -44,10 +43,12 @@ @include mixins.font-heading-upper; background-color: transparent; border: none; - font-size: clamp(0.75em, 8cqi, 1.25em); + font-size: 1.25em; height: auto; padding-left: 0; padding-right: 0; + + // Use lighter font weight for better readability font-weight: 300; } }