2016-07-28, 02:50 PM
(2016-07-26, 03:39 PM)Eric J. Wrote: Just wanted to pop in here and suggest using padding, line-height, or min-height for vertical spacing rather than height. It causes things to get cut off when the content is higher than 50px.
Adding top and bottom padding is probably best:
padding-top:15px; padding-bottom:15px
Or just all-round padding:
padding:15px
What goes around comes around