Skip to content

fix css issue on record cards when text word length is greater than the width...

This PR adds a patch to fix a css issue. This issue is related to the overflow of text (with word having a length that is greater than the width of the div) over the cards on which it is rendered.

Example :

  • page : /record
  • card : "2008Mar26SPDojo"
  • text word : a link
  • screenshot : image

Thanks

Merge request reports