Skip to content

Commit 904ad77

Browse files
committed
fix whitespace wrap in tooltip
1 parent f3afacc commit 904ad77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/maptalks-ui.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
.maptalks-tooltip {
2+
display: block;
23
background: #fff;
34
border: 1px solid #b4b3b3;
45
padding: 0px 4px 0px 4px;
56
height:24px;
67
line-height:24px;
78
font-size:14px;
9+
white-space: nowrap;
810
}

0 commit comments

Comments
 (0)