qianmuuq commited on
Commit
7b28545
1 Parent(s): 183839c

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +7 -1
static/style.css CHANGED
@@ -38,8 +38,14 @@ button {
38
  cursor: pointer;
39
  }
40
 
 
 
 
 
 
 
41
  .text-gen-output {
42
- min-height: 1.2rem;
43
  margin: 1rem;
44
  border: 0.5px solid grey;
45
  }
 
38
  cursor: pointer;
39
  }
40
 
41
+ .text-gen-input {
42
+ min-height: 3rem;
43
+ margin: 1rem;
44
+ border: 0.5px solid grey;
45
+ }
46
+
47
  .text-gen-output {
48
+ min-height: 5rem;
49
  margin: 1rem;
50
  border: 0.5px solid grey;
51
  }