Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 5640981

Browse files
committed
Merge pull request #1374 from OpenBazaar/fixeOverflowOnShippingRegions
Fix overflow
2 parents c884b28 + cf0a3fc commit 5640981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/itemEdit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h5><%= polyglot.t('Shipping') %></h5>
201201
</div>
202202
<div class="flexCol-8">
203203
<div class="fieldItem padding0 js-shipToWrapper">
204-
<div class="fieldItem-selectWrapper noIcon">
204+
<div class="fieldItem-selectWrapper noIcon positionWrapper">
205205
<select name="ships_to" class="chosen custCol-text" id="shipsTo" multiple required>
206206
</select>
207207
</div>

0 commit comments

Comments
 (0)