comparison sat_templates/templates/bulma/ticket/overview.html @ 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 1928ba66c194
comparison
equal deleted inserted replaced
234:b54526baef6b 235:f5f428a50c10
25 }, 25 },
26 item_class_fields=['status', 'priority', 'severity'], 26 item_class_fields=['status', 'priority', 'severity'],
27 field_class_map={ 27 field_class_map={
28 'title': 'has-text-weight-bold', 28 'title': 'has-text-weight-bold',
29 'labels': 'tag is-rounded x-is-hoverable', 29 'labels': 'tag is-rounded x-is-hoverable',
30 'id': 'has-text-grey-light is-size-7 has-whitespace-pre', 30 'id': 'has-text-grey-light is-size-7 has-whitespace-pre-wrap',
31 'author': 'is-size-7' 31 'author': 'is-size-7'
32 }, 32 },
33 on_click=on_ticket_click) 33 on_click=on_ticket_click)
34 }} 34 }}
35 </div> 35 </div>