Tag script field: use full available width
When unset the width is inconsistent across browsers. In Firefox I measured 203px while in Chrome it is only 162px.
This commit is contained in:
committed by
GitHub
parent
7bbe6e9d22
commit
55dd4d24a9
@@ -13,7 +13,7 @@
|
||||
<option value="remove-fav">Unfavorite</option>
|
||||
</select>
|
||||
</form>
|
||||
<input id="tag-script-field" data-autocomplete="tag-edit" placeholder="Enter tag script" style="display: none; margin-top: 0.5em;">
|
||||
<input id="tag-script-field" data-autocomplete="tag-edit" placeholder="Enter tag script" style="display: none; margin-top: 0.5em; width: 100%;">
|
||||
</section>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user