Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
343:d28816a65b7f | 344:e982a05d43b1 |
---|---|
99 .is-chat-message { | 99 .is-chat-message { |
100 margin: 0.5rem 0 0 !important; | 100 margin: 0.5rem 0 0 !important; |
101 padding: 0 !important; | 101 padding: 0 !important; |
102 border: 0 !important; | 102 border: 0 !important; |
103 } | 103 } |
104 | |
105 .is-text-content { | |
106 white-space: break-spaces; | |
107 } | |
108 | |
104 | 109 |
105 a.is-wrapping { | 110 a.is-wrapping { |
106 line-height: 0; | 111 line-height: 0; |
107 } | 112 } |
108 | 113 |