milwright commited on
Commit
83e8132
·
1 Parent(s): 2563209

increase margin after bank of dropdown questions

Browse files
Files changed (1) hide show
  1. src/chatInterface.js +1 -1
src/chatInterface.js CHANGED
@@ -44,7 +44,7 @@ class ChatUI {
44
  <!-- Question dropdown area -->
45
  <div class="p-4 border-t">
46
  <!-- Dropdown for all devices -->
47
- <select id="question-dropdown" class="w-full p-2 border rounded mb-2">
48
  <option value="">Select a question...</option>
49
  </select>
50
  </div>
 
44
  <!-- Question dropdown area -->
45
  <div class="p-4 border-t">
46
  <!-- Dropdown for all devices -->
47
+ <select id="question-dropdown" class="w-full p-2 border rounded mb-4">
48
  <option value="">Select a question...</option>
49
  </select>
50
  </div>