brucestull / technology-and-perceptibility

Accessible web application with data storage, analysis, and presentation.
GNU General Public License v3.0
0 stars 1 forks source link

TAP Label on main page wraps to next line. #202

Closed brucestull closed 2 years ago

brucestull commented 2 years ago

When a long string is used for the URL label, the text overruns outside the border. Add 'word-break: break-word;' to link attributes to keep the string inside article block.