jordandelozier / wysibb

WYSIWYG BBcode editor
http://www.wysibb.com
246 stars 86 forks source link

Add link in firefox, to small input #174

Open astralspark opened 7 years ago

astralspark commented 7 years ago

In firefox (52 and every other) when You click on "Link" button, input to specify text for URL (Display text) is too small/low. It's because line-height doesn't work on empty DIV. To fix it, you have to specify in #wbbmodal .div-modal-text, the min-height: 34px. It 28px line-height + 4px padding (2px top and 2px bottom) + 2px border (1px top and 1px bottom).

jordandelozier commented 7 years ago

Thanks, this will be added/fixed in the next update.