Spaces:
Running
Running
Commit
·
521213a
1
Parent(s):
c4bd1d2
add: no border
Browse files
utils.py
CHANGED
|
@@ -149,6 +149,11 @@ a {
|
|
| 149 |
.bubble-wrap {
|
| 150 |
padding-top: 0px !important;
|
| 151 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
.message-content {
|
| 153 |
border: 0px !important;
|
| 154 |
margin: 5px !important;
|
|
|
|
| 149 |
.bubble-wrap {
|
| 150 |
padding-top: 0px !important;
|
| 151 |
}
|
| 152 |
+
.message {
|
| 153 |
+
border-style: none !important;
|
| 154 |
+
border-width: 0px !important;
|
| 155 |
+
border: 0px !important;
|
| 156 |
+
}
|
| 157 |
.message-content {
|
| 158 |
border: 0px !important;
|
| 159 |
margin: 5px !important;
|