Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Leyend is not responsive in IE › Reply To: Leyend is not responsive in IE
August 29, 2019 at 10:50 am
#23843
Participant
Hi Ernest,
I fix it with this:
legend{display:table; /* Enable line-wrapping in IE8+ */
white-space:normal; /* Enable line-wrapping in old versions of some other browsers */}
Thank you,