Skip to content

Commit 83cec67

Browse files
committed
set button gap
1 parent 06c4a76 commit 83cec67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/popup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ <h4>Organization Name</h4>
140140
</span>
141141
</span>
142142
</div>
143-
<div class="flex items-center mt-4">
143+
<div class="flex items-center mt-4 gap-2">
144144
<input id="orgInput" type="text"
145145
class="w-full border-2 border-gray-200 bg-gray-200 rounded-xl text-gray-800 p-2 my-2"
146-
placeholder="Enter organization name (default: fossasia)">
146+
placeholder="Enter organization name">
147147
<button id="setOrgBtn" type="button"
148-
class="ml-2 px-5 py-2 bg-blue-600 hover:bg-blue-700 text-white font-medium rounded-xl text-base my-2 h-[44px] flex-shrink-0"
148+
class="px-5 py-2 bg-blue-600 hover:bg-blue-700 text-white font-medium rounded-xl text-base my-2 h-[44px] flex-shrink-0"
149149
style="min-width:60px;">Set</button>
150150
</div>
151151
</div>

0 commit comments

Comments
 (0)