Spaces:
Sleeping
Sleeping
ใ
ใ
ใ
commited on
Commit ยท
579a2a7
1
Parent(s): a400d33
Fix: Adjust Session ID textarea height to 30px
Browse files- CodeWeaver/ui/app.py +2 -0
CodeWeaver/ui/app.py
CHANGED
|
@@ -59,6 +59,8 @@ CSS = """
|
|
| 59 |
width: 100% !important;
|
| 60 |
min-width: 0 !important;
|
| 61 |
box-sizing: border-box !important;
|
|
|
|
|
|
|
| 62 |
}
|
| 63 |
/* Textbox ์ปจํ
์ด๋ ์คํ์ผ */
|
| 64 |
#session_id_input.form,
|
|
|
|
| 59 |
width: 100% !important;
|
| 60 |
min-width: 0 !important;
|
| 61 |
box-sizing: border-box !important;
|
| 62 |
+
height: 30px !important;
|
| 63 |
+
min-height: 30px !important;
|
| 64 |
}
|
| 65 |
/* Textbox ์ปจํ
์ด๋ ์คํ์ผ */
|
| 66 |
#session_id_input.form,
|