Spaces:
Runtime error
Runtime error
Allen Park
commited on
Commit
·
6283f19
1
Parent(s):
00a2578
fix(break all text of file uploaded to flow to next lines)
Browse files
app.py
CHANGED
|
@@ -132,6 +132,7 @@ css = """
|
|
| 132 |
.fixed-height-button {
|
| 133 |
height: fit-content;
|
| 134 |
padding: 1rem .5rem;
|
|
|
|
| 135 |
}
|
| 136 |
"""
|
| 137 |
|
|
|
|
| 132 |
.fixed-height-button {
|
| 133 |
height: fit-content;
|
| 134 |
padding: 1rem .5rem;
|
| 135 |
+
word-break: break-all;
|
| 136 |
}
|
| 137 |
"""
|
| 138 |
|