Anton Khorev
e26dcf7a72
Replace bg-light with bg-body-tertiary
2024-04-11 03:34:27 +03:00
Anton Khorev
ebbebf8e57
Add previous/next page arrows to newer/older pagination
2024-01-20 06:03:56 +03:00
Altilunium
47e56741d0
Add code blocks markdown guidance
...
Closes #4441
2023-12-29 19:08:57 +00:00
Anton Khorev
e143726f1a
Combine comments and traces pagination partials
2023-09-09 14:33:59 +03:00
Andy Allan
2771921cb1
Rework shared kramdown instructions to avoid html in translations
2023-03-08 16:09:27 +00:00
Andy Allan
2080696fe6
Bootstrap 5: Remove use of form-row class
...
This has been replaced by simple `row` class in v5. We can also use the
gx-N classes here, which tighten up the horizontal gutter sizes for
space-constrained forms.
2022-07-20 14:41:41 +01:00
Andy Allan
78bf2993e4
Refactor richtext fields to use a custom bootstrap_form input.
...
This allows us to use form_group_builder and get all the label and
help text handling in line with other bootstrap_form inputs.
2021-01-13 14:05:39 +00:00
Andy Allan
ed07e17ca2
Align the richtext help text height with the height of the textarea.
...
This works by setting the card to the same height as its containing flexbox. For perfect alignment, we need to make sure the extra margin at the bottom of the text-area stops applying when they are shown side by side.
2021-01-13 10:12:15 +00:00
Tobias Jordans
b470e01f84
Break long URLs where richtext is used.
...
For example on the blog post show page.
This uses https://getbootstrap.com/docs/4.4/utilities/text/#word-break to break long URLs on the blog post show view.
2020-12-27 22:11:36 +01:00
Andy Allan
547459314b
Refactor diary entry forms to use a custom form builder
2020-12-24 13:32:41 +00:00