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 authored and nirvn committed May 24, 2019
1 parent c8a6e10 commit 3814086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsmaptip.cpp
Expand Up @@ -131,7 +131,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 3814086

Please sign in to comment.