Skip to content

Commit

Permalink
fix(landing): overflow attribution text with ...
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Jul 4, 2021
1 parent 9e82712 commit e6e1d35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/landing/static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ button {
margin-top:4px;
margin-bottom:4px;
}

label {
margin-top:8px;
}
Expand Down Expand Up @@ -217,3 +218,14 @@ label {
visibility: hidden;
transition: 0.5s;
}


.mapboxgl-ctrl-attrib {
max-width: 100vw;
}
.mapboxgl-ctrl-attrib-inner {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: right;
}

0 comments on commit e6e1d35

Please sign in to comment.