dbnschools / moodle-theme_fordson

Theme for Moodle 3.3+
42 stars 40 forks source link

Icon navigation boxes don't auto-fit to label width #20

Closed bollycanuk closed 6 years ago

bollycanuk commented 6 years ago

Fordons v3.5 r5-30: Noticed that if label on the icon navigtion bar are long, the text simply extends beyond the box width instead of the box auto adjusting to the text width. See below fordson 3 5 icon nav label width issue

Adding the following to the Raw SCSS section fixed it. .iconset .btn.btn-secondary { width: inherit; }

dbnschools commented 6 years ago

New version Release 3 for Moodle 3.5 will fix this. It uses the width setting as the min-width and therefore can expand to accomodate more text if needed.