Commit e8132da
committed
Prevent checkbox / radio button icon from being clipped when label is long
When a checkbox or radio button had a label that filled the entire available
width, the icon would begin to shrink and would be clipped. The icon had a
preferred size set, but not a minimum size.
Set the minimum size to match the SVG, which means 16px.
Part of a fix for hypothesis/h#9635.1 parent d62a57c commit e8132da
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments