Add a minimum distance config to the cluster source
This commit is contained in:
15
examples/cluster.css
Normal file
15
examples/cluster.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.info {
|
||||
min-width: 3em;
|
||||
text-align: right;
|
||||
}
|
||||
form {
|
||||
display: table;
|
||||
}
|
||||
form > div {
|
||||
display: table-row;
|
||||
}
|
||||
form > div > * {
|
||||
display: table-cell;
|
||||
white-space: nowrap;
|
||||
padding-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user