Skip to content

Commit 4fb6a56

Browse files
author
Emmanuel Schanzer
committed
preserve whitespace in svg text elements, when used in a reactor window (addresses #573)
1 parent f964042 commit 4fb6a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/css/editor.css

+1
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,7 @@ code div {
15831583
.ui-widget-content{
15841584
background: none;
15851585
}
1586+
.ui-widget-content svg text { white-space: pre; }
15861587

15871588
/* From internet: http://stackoverflow.com/questions/5663137/jquery-modal-dialog-is-hidden-by-overlay-div-if-dialogs-parent-has-fixed-positi */
15881589
.ui-widget-overlay{

0 commit comments

Comments
 (0)