You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there are two small problems with the styles that need to be updated. When a very long link is added to Linfield, it goes beyond the container. (See attached image).
The next problem is that when the title exceeds 30 characters, it also exceeds the size of the container. Also moves the version label to another line, which in turn changes the location of the icon (small red circle) next to the link icon. (See attached image).
ACs
Use CSS to render the full text when there is space, but cut it off with ellipses when the container gets too narrow. See text-overflow and this css tricks article
Remove the PHP JS code that sets max character limit
Description
At the moment there are two small problems with the styles that need to be updated. When a very long link is added to Linfield, it goes beyond the container. (See attached image).
The next problem is that when the title exceeds 30 characters, it also exceeds the size of the container. Also moves the version label to another line, which in turn changes the location of the icon (small red circle) next to the link icon. (See attached image).
ACs
PHPJS code that sets max character limitPRs
The text was updated successfully, but these errors were encountered: