ajude commited on
Commit
a212640
·
1 Parent(s): 8bd4db7

refactor: Changed the styling to accommodate bigger buttons

Browse files
Files changed (1) hide show
  1. style.py +3 -0
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 = """