Spaces:
Running
Running
Update chat_app_remote.py
Browse files- chat_app_remote.py +2 -2
chat_app_remote.py
CHANGED
@@ -17,9 +17,9 @@ custom_css = """
|
|
17 |
justify-content: flex-start !important;
|
18 |
}
|
19 |
.send-btn {
|
20 |
-
width:
|
21 |
height: 40px;
|
22 |
-
min-width:
|
23 |
padding: 0;
|
24 |
}
|
25 |
.centered-col {
|
|
|
17 |
justify-content: flex-start !important;
|
18 |
}
|
19 |
.send-btn {
|
20 |
+
width: 140px;
|
21 |
height: 40px;
|
22 |
+
min-width: 140px;
|
23 |
padding: 0;
|
24 |
}
|
25 |
.centered-col {
|