mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 14:01:50 +02:00
parent
2152ca3d1a
commit
98adb295bb
1 changed files with 3 additions and 1 deletions
|
@ -506,7 +506,6 @@ ul.photon-autocomplete {
|
|||
}
|
||||
.umap-main-edit-toolbox .map-name {
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -1497,6 +1496,9 @@ a.add-datalayer:hover,
|
|||
width: 35px;
|
||||
min-width: initial;
|
||||
}
|
||||
.umap-main-edit-toolbox .map-name {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
.umap-main-edit-toolbox .umap-help-button {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue