DiamondLightSource / cs-web-lib

Library form of control system web UI prototype
Apache License 2.0
1 stars 1 forks source link

Configure CSS to honour line breaks #25

Closed rjwills28 closed 1 year ago

rjwills28 commented 1 year ago

A previous fix was attempted in #9 by removing the CSS 'white-space' property. This was not the correct solution. The documentation suggests that the correct setting for this property is 'break-space' (see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space for a definition).