sedrick-keh-tri commited on
Commit
bc1f061
·
1 Parent(s): 4cc33fb

font width fixes

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -103,11 +103,13 @@ css = """
103
  .table-wrap table th,
104
  table.svelte-1b19cri td,
105
  table.svelte-1b19cri th {
106
- max-width: 150px !important;
107
- min-width: 100px !important;
108
  overflow-x: auto !important;
109
  white-space: nowrap !important;
110
  text-overflow: clip !important;
 
 
111
  }
112
 
113
  /* Limit overall table height */
 
103
  .table-wrap table th,
104
  table.svelte-1b19cri td,
105
  table.svelte-1b19cri th {
106
+ max-width: 250px !important;
107
+ min-width: 150px !important;
108
  overflow-x: auto !important;
109
  white-space: nowrap !important;
110
  text-overflow: clip !important;
111
+ font-size: 12px !important;
112
+ padding: 4px 8px !important;
113
  }
114
 
115
  /* Limit overall table height */