Changes between Initial Version and Version 1 of Ticket #29045
- Timestamp:
- Jan 22, 2018, 12:08:42 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29045 – Description
initial v1 12 12 13 13 The resulting ManyToMany field has the **size** attribute set properly, but every browser I try only shows about 8 rows (not 30, as I instructed). I've cleared cache, and tried in multiple browsers (Chrome 63, Firefox 57). My site uses Django 1.11.9. 14 15 It looks like the CSS style rules are overriding the **size** attribute. I'm guessing adding a **height: auto;** rule to the **select[multiple]** style set would fix it (it appears to do so in Chrome, at least).