Skip to content

Commit

Permalink
[BUGFIX] Avoid new paragraph in note for input's "max" (#1177)
Browse files Browse the repository at this point in the history
Releases: main, 12.4
  • Loading branch information
brotkrueml authored Sep 29, 2024
1 parent 916008e commit 1135298
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1135298

Please sign in to comment.