diff options
| author | Louis-Maxime Piton <[email protected]> | 2023-01-06 04:59:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-05 19:59:59 -0800 |
| commit | fd1ec97bd3fdc5b942f4fff60c6764e3e13db2a8 (patch) | |
| tree | 18533214796f0ccf063cceb0ce5b76638d2ceac2 /site/layouts/_default/docs.html | |
| parent | 702a3b6a61fab473de356fe3fe91edf2b8a3b6f7 (diff) | |
| download | bootstrap-fd1ec97bd3fdc5b942f4fff60c6764e3e13db2a8.tar.xz bootstrap-fd1ec97bd3fdc5b942f4fff60c6764e3e13db2a8.zip | |
Docs: Small enhancements (#37803)
* Consistency with the doc
* Bring a class to avoid weird behavior
* Consistency + Add some explaining text
* fix(color)
Diffstat (limited to 'site/layouts/_default/docs.html')
| -rw-r--r-- | site/layouts/_default/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index 52f25357b..adc7aad64 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -17,7 +17,7 @@ <main class="bd-main order-1"> <div class="bd-intro pt-2 ps-lg-2"> <div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between"> - <div class="mb-3 mb-md-0 d-flex"> + <div class="mb-3 mb-md-0 d-flex text-nowrap"> {{- if .Page.Params.added -}} <small class="d-inline-flex px-2 py-1 fw-semibold text-success-emphasis bg-success-subtle border border-success-subtle rounded-2 me-2">Added in v{{ .Page.Params.added }}</small> {{- end -}} |
