Spaces:
Runtime error
Runtime error
Adjust label margins
Browse files
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:
|
753 |
position: relative;
|
754 |
}
|
755 |
|
@@ -768,7 +768,7 @@ css = """
|
|
768 |
.problem-container-label{
|
769 |
position: absolute;
|
770 |
top: 4px;
|
771 |
-
left:
|
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 |
"""
|