File tree 2 files changed +10
-20
lines changed
2 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 95
95
target ="_blank "
96
96
> (Help)</ a >
97
97
</ h1 >
98
- < label >
99
- Use telo misikeke error messages
100
- < input type ="checkbox " id ="telo-misikeke " />
101
- </ label >
102
- < label >
103
- Randomize output order < input type ="checkbox " id ="randomize " />
104
- </ label >
105
- < label >
106
- Multiline input < input type ="checkbox " id ="multiline " />
107
- </ label >
98
+ < label > < input type ="checkbox " id ="telo-misikeke " />
99
+ Use telo misikeke error messages</ label >
100
+ < label > < input type ="checkbox " id ="randomize " />
101
+ Randomize output order</ label >
102
+ < label > < input type ="checkbox " id ="multiline " />
103
+ Multiline input</ label >
108
104
< label for ="quantity "> Singular and plural forms</ label >
109
105
< select id ="quantity ">
110
106
< option value ="both "> Show all</ option >
@@ -119,14 +115,10 @@ <h1>
119
115
</ select >
120
116
< details >
121
117
< summary > Advance settings</ summary >
122
- < label >
123
- Allow X ala X partial parsing
124
- < input type ="checkbox " id ="x-ala-x-partial-parsing " />
125
- </ label >
126
- < label >
127
- Allow separate repeated modifiers
128
- < input type ="checkbox " id ="separate-repeated-modifiers " />
129
- </ label >
118
+ < label > < input type ="checkbox " id ="x-ala-x-partial-parsing " />
119
+ Allow X ala X partial parsing</ label >
120
+ < label > < input type ="checkbox " id ="separate-repeated-modifiers " />
121
+ Allow separate repeated modifiers</ label >
130
122
</ details >
131
123
< div >
132
124
< button id ="reset-button "> Reset to default</ button >
Original file line number Diff line number Diff line change @@ -88,10 +88,8 @@ dialog > div > input[type="text"] {
88
88
flex-grow : 1 ;
89
89
}
90
90
dialog input [type = "checkbox" ] {
91
- margin-left : 10px ;
92
91
width : 1em ;
93
92
height : 1em ;
94
- float : right;
95
93
}
96
94
@media (min-width : 800px ) {
97
95
body {
You can’t perform that action at this time.
0 commit comments