ranWang commited on
Commit
cff03a7
1 Parent(s): d93cdd0

update probelm-input-container style

Browse files
Files changed (1) hide show
  1. app.css +5 -0
app.css CHANGED
@@ -151,6 +151,11 @@
151
 
152
  .probelm-input-container {
153
  border: 1px solid rgba(0, 0, 0, 0.15);
 
 
 
 
 
154
  }
155
 
156
  .problem-input-markdown {
 
151
 
152
  .probelm-input-container {
153
  border: 1px solid rgba(0, 0, 0, 0.15);
154
+ border-radius: 10px;
155
+ }
156
+
157
+ .probelm-input-container .probelm-input-container {
158
+ border: none;
159
  }
160
 
161
  .problem-input-markdown {