gerrit/gerrit-gwtui
Hugo Arès bf5cfebda8 Fix error dialog not honoring line breaks
Creating ErrorDialog from Throwable was already formatting error message
nicely because it is setting the css attribute 'whiteSpace' to 'pre'.
Creating ErrorDialog from an error message string was not setting this
css attribute resulting in line break being removed.

Fix this by making both use a private method to create error message
label. Also change the attribute from 'whiteSpace' to 'white-space'
which is the real name.

Change-Id: I5932c3d547b8ab232de2f866d0ad20d968804ee8
2018-01-30 01:09:52 +00:00
..
src Fix error dialog not honoring line breaks 2018-01-30 01:09:52 +00:00
BUILD Bazel: Reformat build files 2016-12-07 11:33:07 +00:00