From 1f64a34615092cbf149a835de39fd6b52f83c1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:14:48 +0200 Subject: [PATCH] [BUGFIX] Avoid new paragraph in note for input's "max" Releases: main, 12.4 --- .../ColumnsConfig/Type/Input/_Properties/_Max.rst.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ColumnsConfig/Type/Input/_Properties/_Max.rst.txt b/Documentation/ColumnsConfig/Type/Input/_Properties/_Max.rst.txt index cd3c81e9..466f8f9d 100644 --- a/Documentation/ColumnsConfig/Type/Input/_Properties/_Max.rst.txt +++ b/Documentation/ColumnsConfig/Type/Input/_Properties/_Max.rst.txt @@ -11,5 +11,5 @@ If the form element edits a varchar(40) field in the database you should also set this value to 40. - .. note:: If you reduce this value and there is already content longer then :confval:`input-max` the input will - be cropped without notice on saving. + .. note:: + If you reduce this value and there is already content longer then :confval:`input-max` the input will be cropped without notice on saving.