Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ css = """
|
|
26 |
}
|
27 |
.message-row {
|
28 |
justify-content: space-evenly !important;
|
29 |
-
width: 100
|
30 |
margin: calc(var(--spacing-xl)) 0 !important;
|
31 |
padding: 0 calc(var(--spacing-xl) * 3) !important;
|
32 |
}
|
|
|
26 |
}
|
27 |
.message-row {
|
28 |
justify-content: space-evenly !important;
|
29 |
+
width: 100% !important;
|
30 |
margin: calc(var(--spacing-xl)) 0 !important;
|
31 |
padding: 0 calc(var(--spacing-xl) * 3) !important;
|
32 |
}
|