fixed width issue on bookmark inputs
This commit is contained in:
+3
-3
@@ -924,7 +924,7 @@
|
|||||||
id=${this.id + "-url-input"}
|
id=${this.id + "-url-input"}
|
||||||
type="text" name="url"
|
type="text" name="url"
|
||||||
placeholder="enter URL for bookmark"
|
placeholder="enter URL for bookmark"
|
||||||
style="width: 20rem;"
|
style="width: 90%;"
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@@ -932,7 +932,7 @@
|
|||||||
id=${this.id + "-label-input"}
|
id=${this.id + "-label-input"}
|
||||||
type="text" name="label"
|
type="text" name="label"
|
||||||
placeholder="enter label for bookmark"
|
placeholder="enter label for bookmark"
|
||||||
style="width: 20rem"
|
style="width: 90%"
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@@ -940,7 +940,7 @@
|
|||||||
id=${this.id + "-section-input"}
|
id=${this.id + "-section-input"}
|
||||||
type="text" name="section"
|
type="text" name="section"
|
||||||
placeholder="optional: enter a new or existing section name"
|
placeholder="optional: enter a new or existing section name"
|
||||||
style="width: 20rem"
|
style="width: 90%"
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user