ใ……ใ…Žใ…‡ commited on
Commit
579a2a7
ยท
1 Parent(s): a400d33

Fix: Adjust Session ID textarea height to 30px

Browse files
Files changed (1) hide show
  1. 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,