refactor: Changed the styling to accommodate bigger buttons
Browse files
style.py
CHANGED
@@ -14,6 +14,9 @@ table td {
|
|
14 |
word-wrap: break-word;
|
15 |
# max-width: 300px; /* Adjust as needed */
|
16 |
}
|
|
|
|
|
|
|
17 |
"""
|
18 |
|
19 |
OPEN_LLM_LEADERBOARD_CSS = """
|
|
|
14 |
word-wrap: break-word;
|
15 |
# max-width: 300px; /* Adjust as needed */
|
16 |
}
|
17 |
+
.tab-buttons button {
|
18 |
+
padding: 10px 30px;
|
19 |
+
}
|
20 |
"""
|
21 |
|
22 |
OPEN_LLM_LEADERBOARD_CSS = """
|