Mercurial > libervia-templates
diff sat_templates/templates/bulma/static/styles.css @ 344:e982a05d43b1
blog/item, css: fix `white-space` for text content
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 21 Oct 2021 17:19:39 +0200 |
parents | d28816a65b7f |
children | cac1a96f3df8 |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css Fri Oct 15 18:02:51 2021 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Thu Oct 21 17:19:39 2021 +0200 @@ -102,6 +102,11 @@ border: 0 !important; } +.is-text-content { + white-space: break-spaces; +} + + a.is-wrapping { line-height: 0; }