rzanoli commited on
Commit
8a8eedd
·
1 Parent(s): d71f75a

Increase tab button size for better readability

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +1 -1
src/display/css_html_js.py CHANGED
@@ -187,7 +187,7 @@ div.tabs, .tab-nav {
187
  .tab-nav button, .tab-buttons button, div[class*="tab-nav"] > button {
188
  margin: 0 !important;
189
  padding: 2px 6px !important;
190
- font-size: 16px !important;
191
  line-height: 1 !important;
192
  min-width: unset !important;
193
  min-height: unset !important;
 
187
  .tab-nav button, .tab-buttons button, div[class*="tab-nav"] > button {
188
  margin: 0 !important;
189
  padding: 2px 6px !important;
190
+ font-size: 20px !important;
191
  line-height: 1 !important;
192
  min-width: unset !important;
193
  min-height: unset !important;