Spaces:
Running
Running
Upload index.html with huggingface_hub
Browse files- index.html +5 -1
index.html
CHANGED
|
@@ -285,7 +285,7 @@ button.point {
|
|
| 285 |
}
|
| 286 |
.legend {
|
| 287 |
display: flex;
|
| 288 |
-
flex: 1 1
|
| 289 |
flex-wrap: wrap;
|
| 290 |
gap: 10px 16px;
|
| 291 |
min-width: 0;
|
|
@@ -405,6 +405,10 @@ button.point {
|
|
| 405 |
}
|
| 406 |
.scatter { height: 370px; }
|
| 407 |
.inline-label { display: none; }
|
|
|
|
|
|
|
|
|
|
|
|
|
| 408 |
.readouts { justify-content: flex-start; }
|
| 409 |
}
|
| 410 |
</style>
|
|
|
|
| 285 |
}
|
| 286 |
.legend {
|
| 287 |
display: flex;
|
| 288 |
+
flex: 1 1 auto;
|
| 289 |
flex-wrap: wrap;
|
| 290 |
gap: 10px 16px;
|
| 291 |
min-width: 0;
|
|
|
|
| 405 |
}
|
| 406 |
.scatter { height: 370px; }
|
| 407 |
.inline-label { display: none; }
|
| 408 |
+
.legend {
|
| 409 |
+
flex: 0 1 auto;
|
| 410 |
+
gap: 8px 14px;
|
| 411 |
+
}
|
| 412 |
.readouts { justify-content: flex-start; }
|
| 413 |
}
|
| 414 |
</style>
|