« Back Issue #493
  • 2022-03-25 14:22 Reported by panarisko
  • 2022-03-28 20:25 Marked fixed
Status: Marked fixed
Priority: Medium

css fix for link text overflowing its content box in Account Home Recomendations

panarisko 2022-03-25 14:22

Add line word-break: break-all; in search.css

.access-result {

   box-shadow: 0px 0px 3px 3px #ccc;
   font-size: 12pt;
   padding: 5px;
   margin: 10px;

+ word-break: break-all; }

Steps to reproduce: See image attached

administrator 2022-03-28 20:25

Fixed since 2c022e7e8.

panarisko 2022-03-28 20:25

Attachments:

overflow.png

X