k-l-lambda commited on
Commit
70808b3
·
1 Parent(s): a3e1a45

refined score list styles.

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -396,6 +396,12 @@ CUSTOM_CSS = '''
396
  white-space: nowrap;
397
  vertical-align: middle;
398
  }
 
 
 
 
 
 
399
  /* Score List: fixed height with an auto scrollbar, matching the editor's
400
  18-line viewport (gr.Code lines=18 ≈ 266px). */
401
  .score-list {
 
396
  white-space: nowrap;
397
  vertical-align: middle;
398
  }
399
+ /* on hover, reveal the full (otherwise ellipsised) file name */
400
+ .score-list label:hover > span {
401
+ overflow: visible;
402
+ white-space: normal;
403
+ word-break: break-all;
404
+ }
405
  /* Score List: fixed height with an auto scrollbar, matching the editor's
406
  18-line viewport (gr.Code lines=18 ≈ 266px). */
407
  .score-list {