Skip to content

Commit

Permalink
[maptips] restore wrapping of the long lines (fix #21388)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 23, 2019
1 parent c16a98d commit 1d4a69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsmaptip.cpp
Expand Up @@ -129,7 +129,6 @@ void QgsMapTip::showMapTip( QgsMapLayer *pLayer,
bodyStyle = QString(
"background-color: %1;"
"margin: 0;"
"white-space: nowrap;"
"font: %2pt \"%3\";" ).arg( backgroundColor ).arg( mFontSize ).arg( mFontFamily );

containerStyle = QString(
Expand Down

0 comments on commit 1d4a69d

Please sign in to comment.