# HG changeset patch # User Giulio Moro # Date 1462901423 -3600 # Node ID 42f4d06fa98af42d42ecc237395e2cf75b07f2e1 # Parent d347dbab980d0b2f00861e07d396a04fe41caced allow arbitrary line-breaks in popup diff -r d347dbab980d -r 42f4d06fa98a css/core.css --- a/css/core.css Tue May 10 17:44:21 2016 +0100 +++ b/css/core.css Tue May 10 18:30:23 2016 +0100 @@ -42,12 +42,13 @@ border-radius: 10px; box-shadow: 0px 0px 50px #000; z-index: 10; - position: fixed; + position: fixed; } div#popupContent { margin-top: 20px; margin-bottom: 35px; + overflow: auto; } div#popupTitleHolder { @@ -56,7 +57,11 @@ max-height: 250px; overflow: auto; margin-bottom: 5px; - text-align: center; + padding: 8px; +} + +#popupTitle { + white-space: pre-line; } div#popupResponse { @@ -203,4 +208,4 @@ width: 8px; padding: 0 5px; height: 290px; -} \ No newline at end of file +}