Skip to content

Commit 1d4a69d

Browse files
committedMay 23, 2019
[maptips] restore wrapping of the long lines (fix #21388)
1 parent c16a98d commit 1d4a69d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/gui/qgsmaptip.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ void QgsMapTip::showMapTip( QgsMapLayer *pLayer,
129129
bodyStyle = QString(
130130
"background-color: %1;"
131131
"margin: 0;"
132-
"white-space: nowrap;"
133132
"font: %2pt \"%3\";" ).arg( backgroundColor ).arg( mFontSize ).arg( mFontFamily );
134133

135134
containerStyle = QString(

0 commit comments

Comments
 (0)
Please sign in to comment.