anaucoin commited on
Commit
45ebb6e
1 Parent(s): 5f0241d

overflow hnadle

Browse files
Files changed (1) hide show
  1. app.css +8 -0
app.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ thead tr {
2
+ text-align: left;
3
+ }
4
+
5
+ .flex
6
+ {
7
+ overflow:auto;
8
+ }