diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.scss b/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.scss index c2ab44d9a3..bec81db5be 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.scss @@ -284,19 +284,6 @@ padding: 0; border: $s-1 solid var(--input-border-color); position: relative; - .font-size-select { - @include removeInputStyle; - @include titleTipography; - height: $s-32; - height: 100%; - width: 100%; - margin: 0; - padding: 0; - .numeric-input { - @extend .input-base; - padding-inline-start: $s-8; - } - } .icon { @include flexCenter; @@ -342,6 +329,20 @@ } } +.font-size-select { + @include removeInputStyle; + @include titleTipography; + height: $s-32; + height: 100%; + width: 100%; + margin: 0; + padding: $s-8; + .numeric-input { + @extend .input-base; + padding: 0; + } +} + .font-selector { @include flexCenter; position: absolute;