Skip to content

Commit

Permalink
Fix options layout
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Jul 6, 2022
1 parent 9cc3486 commit db6d5be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
margin-left: var(--input-text-x-margin);
text-overflow: ellipsis;
}
input[type="checkbox"],
label {
font-weight: bold;
vertical-align: middle;
}
.addon-detail-row {
display: unset;
Expand Down Expand Up @@ -67,16 +68,16 @@
<input type="text" id="regexp" />
</p>
<p>
<input type="checkbox" id="remove-duplicates" />
<label for="remove-duplicates">
Remove duplicates:
Remove duplicates
</label>
<input type="checkbox" id="remove-duplicates" />
</p>
<p>
<input type="checkbox" id="single-line" />
<label for="single-line">
Single line:
Single line
</label>
<input type="checkbox" id="single-line" />
</p>
<button type="submit">Save</button>
</form>
Expand Down

0 comments on commit db6d5be

Please sign in to comment.