Skip to content

Commit

Permalink
fix overflowing very-long-names in nominatim search results
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Nov 4, 2013
1 parent 12209f0 commit 1ed3c9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/default.css
Expand Up @@ -273,7 +273,8 @@ body.loading .modal {
max-width:35em;
}
.ui-autocomplete a{
font-weight:normal;
word-wrap: break-word;
overflow-wrap: break-word;
}
.ui-combobox-toggle {
position: absolute;
Expand Down

0 comments on commit 1ed3c9d

Please sign in to comment.