Browse Source

Removed Offset in Chatbot interface

eliasCybob 5 months ago
parent
commit
fe91910f4a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      client/index.html

+ 1 - 2
client/index.html

@@ -31,12 +31,11 @@
     }
 
     textarea {
-      width: 100%;
-      padding: 1em;
       border-radius: 10px;
       border: none;
       resize: none;
       font-size: 1em;
+      width: 100%;
     }
 
     button {