You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: