Skip to content

Commit e521ad3

Browse files
author
Frederik Nordahl Jul Sabroe
committed
Sized popups to fit contents.
1 parent 8b76353 commit e521ad3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stylesheet/main.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ body {
2727
border: 1px solid #cccccc;
2828
bottom: 12px;
2929
left: -50px;
30-
min-width: 280px;
30+
width: auto;
31+
white-space: nowrap;
3132
}
3233

3334
.ol-popup:after, .ol-popup:before {

0 commit comments

Comments
 (0)