diff --git a/src/public/app/widgets/type_widgets/options/appearance/fonts.js b/src/public/app/widgets/type_widgets/options/appearance/fonts.js index 1986f790f..d1ce6ce0c 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/fonts.js +++ b/src/public/app/widgets/type_widgets/options/appearance/fonts.js @@ -43,7 +43,7 @@ const TPL = `
- +
%
@@ -63,7 +63,7 @@ const TPL = `
- +
%
@@ -83,7 +83,7 @@ const TPL = `
- +
%
@@ -103,7 +103,7 @@ const TPL = `
- +
%
diff --git a/src/public/app/widgets/type_widgets/options/appearance/max_content_width.js b/src/public/app/widgets/type_widgets/options/appearance/max_content_width.js index 6b27b50d6..ddf692a47 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/max_content_width.js +++ b/src/public/app/widgets/type_widgets/options/appearance/max_content_width.js @@ -10,7 +10,7 @@ const TPL = `
- +
diff --git a/src/public/app/widgets/type_widgets/options/appearance/zoom_factor.js b/src/public/app/widgets/type_widgets/options/appearance/zoom_factor.js index 4546919d3..f6e07abc6 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/zoom_factor.js +++ b/src/public/app/widgets/type_widgets/options/appearance/zoom_factor.js @@ -6,7 +6,7 @@ const TPL = `

Zoom factor (desktop build only)

- +

Zooming can be controlled with CTRL+- and CTRL+= shortcuts as well.

`; diff --git a/src/public/app/widgets/type_widgets/options/code_notes/code_auto_read_only_size.js b/src/public/app/widgets/type_widgets/options/code_notes/code_auto_read_only_size.js index 5722d4c20..8925b87e8 100644 --- a/src/public/app/widgets/type_widgets/options/code_notes/code_auto_read_only_size.js +++ b/src/public/app/widgets/type_widgets/options/code_notes/code_auto_read_only_size.js @@ -8,7 +8,7 @@ const TPL = `
- +
`; diff --git a/src/public/app/widgets/type_widgets/options/images/images.js b/src/public/app/widgets/type_widgets/options/images/images.js index c6ceb6e04..ca8f28710 100644 --- a/src/public/app/widgets/type_widgets/options/images/images.js +++ b/src/public/app/widgets/type_widgets/options/images/images.js @@ -26,12 +26,12 @@ const TPL = `
- +
- +
diff --git a/src/public/app/widgets/type_widgets/options/other/attachment_erasure_timeout.js b/src/public/app/widgets/type_widgets/options/other/attachment_erasure_timeout.js index b78fde5a2..347eb64f2 100644 --- a/src/public/app/widgets/type_widgets/options/other/attachment_erasure_timeout.js +++ b/src/public/app/widgets/type_widgets/options/other/attachment_erasure_timeout.js @@ -10,7 +10,7 @@ const TPL = `
- +

You can also trigger erasing manually (without considering the timeout defined above):

diff --git a/src/public/app/widgets/type_widgets/options/other/note_erasure_timeout.js b/src/public/app/widgets/type_widgets/options/other/note_erasure_timeout.js index 50bd8b9ce..1c991c4ae 100644 --- a/src/public/app/widgets/type_widgets/options/other/note_erasure_timeout.js +++ b/src/public/app/widgets/type_widgets/options/other/note_erasure_timeout.js @@ -13,7 +13,7 @@ const TPL = `
- +

You can also trigger erasing manually (without considering the timeout defined above):

diff --git a/src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.js b/src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.js index 3a257a068..226685607 100644 --- a/src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.js +++ b/src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.js @@ -8,7 +8,7 @@ const TPL = `
- +
`; diff --git a/src/public/app/widgets/type_widgets/options/password.js b/src/public/app/widgets/type_widgets/options/password.js index f34870abc..794042171 100644 --- a/src/public/app/widgets/type_widgets/options/password.js +++ b/src/public/app/widgets/type_widgets/options/password.js @@ -41,7 +41,7 @@ const TPL = `
- +
`; diff --git a/src/public/app/widgets/type_widgets/options/text_notes/table_of_contents.js b/src/public/app/widgets/type_widgets/options/text_notes/table_of_contents.js index a5fa1083f..4372ba6c4 100644 --- a/src/public/app/widgets/type_widgets/options/text_notes/table_of_contents.js +++ b/src/public/app/widgets/type_widgets/options/text_notes/table_of_contents.js @@ -7,7 +7,7 @@ const TPL = ` Table of contents will appear in text notes when the note has more than a defined number of headings. You can customize this number:
- +

You can also use this option to effectively disable TOC by setting a very high number.

diff --git a/src/public/app/widgets/type_widgets/options/text_notes/text_auto_read_only_size.js b/src/public/app/widgets/type_widgets/options/text_notes/text_auto_read_only_size.js index c72640e73..275ee8b1a 100644 --- a/src/public/app/widgets/type_widgets/options/text_notes/text_auto_read_only_size.js +++ b/src/public/app/widgets/type_widgets/options/text_notes/text_auto_read_only_size.js @@ -8,7 +8,7 @@ const TPL = `
- +
`; diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index e923eb90f..0e70c4f17 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -1036,6 +1036,13 @@ button.close:hover { margin-bottom: 10px; } +.options-number-input { + text-align: right; + /* overriding settings from .form-control */ + width: 10em !important; + flex-grow: 0 !important; +} + textarea { cursor: auto; }