pabloce commited on
Commit
a98bbb4
·
verified ·
1 Parent(s): db69b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  }