Skip to content

Commit 8d23899

Browse files
authored
Merge pull request #4291 from DanielDecker/master
fix ac_ac customizer textbox width
2 parents 435554d + d8e509c commit 8d23899

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

apps/ac_ac/Customizer.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ <h3>Complications</h3>
673673
<tr>
674674
<td></td>
675675
<td>custom URL:</td>
676-
<td><input type="url" id="complication-tl-custom-url" size="50"></td>
676+
<td><input type="url" id="complication-tl-custom-url" size="40"></td>
677677
</tr>
678678

679679
<tr>
@@ -695,7 +695,7 @@ <h3>Complications</h3>
695695
<tr>
696696
<td></td>
697697
<td>custom URL:</td>
698-
<td><input type="url" id="complication-t-custom-url" size="50"></td>
698+
<td><input type="url" id="complication-t-custom-url" size="40"></td>
699699
</tr>
700700

701701
<tr>
@@ -717,7 +717,7 @@ <h3>Complications</h3>
717717
<tr>
718718
<td></td>
719719
<td>custom URL:</td>
720-
<td><input type="url" id="complication-tr-custom-url" size="50"></td>
720+
<td><input type="url" id="complication-tr-custom-url" size="40"></td>
721721
</tr>
722722

723723
<tr>
@@ -739,7 +739,7 @@ <h3>Complications</h3>
739739
<tr>
740740
<td></td>
741741
<td>custom URL:</td>
742-
<td><input type="url" id="complication-l-custom-url" size="50"></td>
742+
<td><input type="url" id="complication-l-custom-url" size="40"></td>
743743
</tr>
744744

745745
<tr>
@@ -761,7 +761,7 @@ <h3>Complications</h3>
761761
<tr>
762762
<td></td>
763763
<td>custom URL:</td>
764-
<td><input type="url" id="complication-r-custom-url" size="50"></td>
764+
<td><input type="url" id="complication-r-custom-url" size="40"></td>
765765
</tr>
766766

767767
<tr>
@@ -783,7 +783,7 @@ <h3>Complications</h3>
783783
<tr>
784784
<td></td>
785785
<td>custom URL:</td>
786-
<td><input type="url" id="complication-bl-custom-url" size="50"></td>
786+
<td><input type="url" id="complication-bl-custom-url" size="40"></td>
787787
</tr>
788788

789789
<tr>
@@ -805,7 +805,7 @@ <h3>Complications</h3>
805805
<tr>
806806
<td></td>
807807
<td>custom URL:</td>
808-
<td><input type="url" id="complication-b-custom-url" size="50"></td>
808+
<td><input type="url" id="complication-b-custom-url" size="40"></td>
809809
</tr>
810810

811811
<tr>
@@ -827,7 +827,7 @@ <h3>Complications</h3>
827827
<tr>
828828
<td></td>
829829
<td>custom URL:</td>
830-
<td><input type="url" id="complication-br-custom-url" size="50"></td>
830+
<td><input type="url" id="complication-br-custom-url" size="40"></td>
831831
</tr>
832832
</tbody></table>
833833
</p>

0 commit comments

Comments
 (0)