Spaces:
Runtime error
Runtime error
Add a margin to lists
Browse files
app.py
CHANGED
@@ -99,6 +99,9 @@ custom_css = """
|
|
99 |
#params .form > :last-child{
|
100 |
flex-grow: 1;
|
101 |
}
|
|
|
|
|
|
|
102 |
"""
|
103 |
|
104 |
with gr.Blocks(css=custom_css) as iface:
|
|
|
99 |
#params .form > :last-child{
|
100 |
flex-grow: 1;
|
101 |
}
|
102 |
+
.md ol, .md ul {
|
103 |
+
margin-left: 1rem;
|
104 |
+
}
|
105 |
"""
|
106 |
|
107 |
with gr.Blocks(css=custom_css) as iface:
|