Update utils.py
Browse files
utils.py
CHANGED
@@ -42,6 +42,7 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
|
|
42 |
#leaderboard-table td:first-child,
|
43 |
#leaderboard-table th:first-child {
|
44 |
text-align: left;
|
|
|
45 |
}
|
46 |
table > thead {
|
47 |
white-space: normal;
|
@@ -53,6 +54,7 @@ table > tbody td {
|
|
53 |
}
|
54 |
table > tbody td:first-child {
|
55 |
text-align: left;
|
|
|
56 |
}
|
57 |
#leaderboard-table-lite {
|
58 |
margin-top: 15px;
|
|
|
42 |
#leaderboard-table td:first-child,
|
43 |
#leaderboard-table th:first-child {
|
44 |
text-align: left;
|
45 |
+
max-width: 500px;
|
46 |
}
|
47 |
table > thead {
|
48 |
white-space: normal;
|
|
|
54 |
}
|
55 |
table > tbody td:first-child {
|
56 |
text-align: left;
|
57 |
+
max-width: 500px;
|
58 |
}
|
59 |
#leaderboard-table-lite {
|
60 |
margin-top: 15px;
|