Fix line width.
This commit is contained in:
parent
5d0f577272
commit
cdca1f946a
|
@ -46,7 +46,8 @@
|
||||||
<a href="/rss">Subscribe to all new recommendations via RSS</a>, or<br>
|
<a href="/rss">Subscribe to all new recommendations via RSS</a>, or<br>
|
||||||
<form method="get" action="/rss">
|
<form method="get" action="/rss">
|
||||||
<label for="tags_rss" style="width: auto;">subscribe only to these tags:</label>
|
<label for="tags_rss" style="width: auto;">subscribe only to these tags:</label>
|
||||||
<input type="text" id="tags_rss" name="tags[]" placeholder="tag1,tag2,tag3" style="width: 42ch;">
|
<input type="text" id="tags_rss" name="tags[]" placeholder="tag1,tag2,tag3"
|
||||||
|
style="width: 42ch;">
|
||||||
<input type="submit">
|
<input type="submit">
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in New Issue
Block a user