ranWang commited on
Commit
2ea809c
1 Parent(s): 3f37fb9

Adjust label margins

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -749,7 +749,7 @@ css = """
749
  margin-bottom: 10px;
750
  border-radius: 8px;
751
  border: 1px solid rgb(229, 231, 235);
752
- padding: 20px 12px 10px 12px;
753
  position: relative;
754
  }
755
 
@@ -768,7 +768,7 @@ css = """
768
  .problem-container-label{
769
  position: absolute;
770
  top: 4px;
771
- left: 4px;
772
  color: rgb(107, 114, 128);
773
  }
774
  """
 
749
  margin-bottom: 10px;
750
  border-radius: 8px;
751
  border: 1px solid rgb(229, 231, 235);
752
+ padding: 24px 16px 10px 16px;
753
  position: relative;
754
  }
755
 
 
768
  .problem-container-label{
769
  position: absolute;
770
  top: 4px;
771
+ left: 6px;
772
  color: rgb(107, 114, 128);
773
  }
774
  """