Spaces:
Sleeping
Sleeping
Allen Park
commited on
Commit
·
a2a0b4e
1
Parent(s):
4ac5777
fix(make upload button font smaller & eliminate padding)
Browse files
app.py
CHANGED
@@ -133,8 +133,8 @@ css = """
|
|
133 |
}
|
134 |
.fixed-height-button {
|
135 |
height: fit-content;
|
136 |
-
padding: 1rem .5rem;
|
137 |
word-break: break-all;
|
|
|
138 |
}
|
139 |
"""
|
140 |
|
|
|
133 |
}
|
134 |
.fixed-height-button {
|
135 |
height: fit-content;
|
|
|
136 |
word-break: break-all;
|
137 |
+
font-size: .85rem;
|
138 |
}
|
139 |
"""
|
140 |
|