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).
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).