Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
force labels to line break in Attribution Fields
  • Loading branch information
possumbilities authored Aug 18, 2025
commit 16a7eaf6c006dce68d1371647597ada0b99199d0
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
}

.chooser-page form#chooser label {
display: block;
font-size: .7em;
font-weight: 400;
}
Expand Down