djstrong commited on
Commit
647e0eb
1 Parent(s): 24cd81f

model name width

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +2 -1
src/display/css_html_js.py CHANGED
@@ -53,7 +53,8 @@ table th:first-child {
53
  }
54
 
55
  table > tbody > tr > td:nth-child(2) > div {
56
- overflow-x: auto
 
57
  }
58
 
59
  .tab-buttons button {
 
53
  }
54
 
55
  table > tbody > tr > td:nth-child(2) > div {
56
+ overflow-x: auto;
57
+ width: 450px;
58
  }
59
 
60
  .tab-buttons button {