comparison sat_templates/templates/bulma/static/styles.css @ 235:f5f428a50c10

chat, ticket: use `pre-wrap` instead of `pre` for whitespaces
author Goffi <goffi@goffi.org>
date Fri, 29 May 2020 21:58:19 +0200
parents 0e69b5843c2f
children bb5193cef770
comparison
equal deleted inserted replaced
234:b54526baef6b 235:f5f428a50c10
1 :root { 1 :root {
2 --photo-height: 280px; 2 --photo-height: 280px;
3 --photo-height--poster: 500px; 3 --photo-height--poster: 500px;
4 } 4 }
5 5
6 .has-whitespace-pre { 6 .has-whitespace-pre-wrap {
7 white-space: pre; 7 white-space: pre-wrap;
8 } 8 }
9 9
10 .is-avatar { 10 .is-avatar {
11 height: 64px; 11 height: 64px;
12 width: 64px; 12 width: 64px;