diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index ec0cd4435a2..b873447f15f 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -273,8 +273,8 @@ td { padding: 2px; vertical-align: bottom; - line-height: 17px; - &.value { text-align: right; } + line-height: 24px; + &.value { text-align: right; font-size: 24px; } &.unit { text-align: left; } } }