aazankhanYousafzai commited on
Commit
f7fbc97
·
verified ·
1 Parent(s): 3dcb8e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -3
app.py CHANGED
@@ -121,9 +121,15 @@ h1 {
121
  padding: 8px 10px;
122
  border-radius: 10px;
123
  margin-bottom: 9px;
124
- line-height: 1.0;
125
  font-size: 14px;
126
- box-sizing: content-box;;
 
 
 
 
 
 
127
  }
128
 
129
  .message.user {
@@ -147,7 +153,12 @@ textarea {
147
  border: 1px solid var(--border) !important;
148
  border-radius: 12px !important;
149
  padding: 12px !important;
150
- font-size: 15px;
 
 
 
 
 
151
  }
152
 
153
  textarea::placeholder {
 
121
  padding: 8px 10px;
122
  border-radius: 10px;
123
  margin-bottom: 9px;
124
+ line-height: 1.3;
125
  font-size: 14px;
126
+
127
+ /* 🔧 FIX vertical letters */
128
+ white-space: normal !important;
129
+ word-break: keep-all !important;
130
+ overflow-wrap: break-word !important;
131
+
132
+ box-sizing: border-box !important;
133
  }
134
 
135
  .message.user {
 
153
  border: 1px solid var(--border) !important;
154
  border-radius: 12px !important;
155
  padding: 12px !important;
156
+ font-size: 15px !important;
157
+
158
+ /* 🔧 FIX vertical typing */
159
+ white-space: pre-wrap !important;
160
+ word-break: normal !important;
161
+ overflow-wrap: break-word !important;
162
  }
163
 
164
  textarea::placeholder {