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:
NamelessContributor
2022-02-09 08:07:01 +01:00
committed by GitHub
parent 7bbe6e9d22
commit 55dd4d24a9

View File

@@ -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 %>