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
2 changes: 1 addition & 1 deletion frontend/src/components/Pill.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/* No nowrap: real Calibre libraries carry Library-of-Congress subject
headings ("France -- History -- Revolution, 1789-1799 -- Fiction") that are
wider than a phone, and an unbreakable pill pushed the whole book detail
page into horizontal scroll (#1130). Normal wrapping still keeps every
page into horizontal scroll (#1170). Normal wrapping still keeps every
pill that fits on one line; anywhere breaks a single oversized token. */
max-width: 100%;
overflow-wrap: anywhere;
Expand Down
Loading