diff --git a/src/public/app/widgets/type_widgets/options/appearance/fonts.ts b/src/public/app/widgets/type_widgets/options/appearance/fonts.ts index 77030fba2..900c91cba 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/fonts.ts +++ b/src/public/app/widgets/type_widgets/options/appearance/fonts.ts @@ -65,7 +65,7 @@ const TPL = `
-
+
%
@@ -83,7 +83,7 @@ const TPL = `
-
+
%
@@ -101,7 +101,7 @@ const TPL = `
-
+
%
@@ -119,7 +119,7 @@ const TPL = `
-
+
%
diff --git a/src/public/stylesheets/theme-next/settings.css b/src/public/stylesheets/theme-next/settings.css index e2f1b7467..4a77f6228 100644 --- a/src/public/stylesheets/theme-next/settings.css +++ b/src/public/stylesheets/theme-next/settings.css @@ -71,3 +71,12 @@ padding: 0; margin-bottom: 1em; } + +/* Appeareance */ + +.main-font-size-input-group, +.tree-font-size-input-group, +.detail-font-size-input-group, +.monospace-font-size-input-group { + width: fit-content; +} \ No newline at end of file