Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc <56593749+MarcMocker@users.noreply.github.com>2022-01-27 14:24:26 +0300
committerzhaohuabing <zhaohuabing@gmail.com>2022-01-28 10:17:56 +0300
commitd75909d6b8d9c71e4bb93ca2eb751e7bd80b20a2 (patch)
treeb51902678d5d372e1700be77a2d92c99879ec4a2
parentaf443f5874ce61ce33f7ad6428730cb5dbb6d5d0 (diff)
Allowed newlines in notice boxes
-rw-r--r--layouts/shortcodes/notice.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html
index 59724fe..86298ab 100644
--- a/layouts/shortcodes/notice.html
+++ b/layouts/shortcodes/notice.html
@@ -7,6 +7,7 @@
}
div.notices p {
padding: 15px;
+ white-space: pre-wrap;
display: block;
/*font-size: 1rem;*/
margin-top: 0rem;