Spaces:
Sleeping
Sleeping
updated position for min max label as relative (#49)
Browse files- updated position for min max label as relative (49b3b74d8a573fcb5da41f9e99d32d03896d9035)
Co-authored-by: Aanya Choudhary <TheFrogGod@users.noreply.huggingface.co>
- web/style.css +1 -0
web/style.css
CHANGED
|
@@ -540,6 +540,7 @@ font-size: 0.9rem;
|
|
| 540 |
transform: translateX(-50%);
|
| 541 |
}
|
| 542 |
.min-max-labels {
|
|
|
|
| 543 |
display: flex;
|
| 544 |
justify-content: space-between;
|
| 545 |
margin-top: 4px;
|
|
|
|
| 540 |
transform: translateX(-50%);
|
| 541 |
}
|
| 542 |
.min-max-labels {
|
| 543 |
+
position: relative;
|
| 544 |
display: flex;
|
| 545 |
justify-content: space-between;
|
| 546 |
margin-top: 4px;
|