diff --git a/apps/client/src/features/info/Info.module.scss b/apps/client/src/features/info/Info.module.scss index fadabd735..b64b5b141 100644 --- a/apps/client/src/features/info/Info.module.scss +++ b/apps/client/src/features/info/Info.module.scss @@ -5,6 +5,7 @@ display: flex; justify-content: space-between; gap: 1rem; + font-size: $inner-section-text-size; .title { white-space: nowrap; @@ -14,12 +15,12 @@ .selected { min-width: max-content; - font-size: $inner-section-text-size; color: $label-gray; } } .description { + font-size: $inner-section-text-size; color: $label-gray; white-space: nowrap; overflow: hidden;