datawagovau / ckanext-datawagovautheme

CKAN customisations and theme for data.wa.gov.au
7 stars 8 forks source link

[Multiple Pages] Labels and titles are being too aggressively truncated #9

Open keithmoss opened 5 years ago

keithmoss commented 5 years ago

Edit: hyphenation != truncation

Links and titles of things are being too aggressively truncated and get cutoff before they need to be.

This is an issue with the old Bootstrap theme, but it's a nice small bit of polish if we can do it.

It looks like the truncation is happening as the page is generated (i.e. in Python-land). Is it viable to move this to CSS using text-overflow: ellipsis? (link).

Search Filter https://uat.landgate.links.com.au/dataset

search_filter_current

Data and Resources https://uat.landgate.links.com.au/dataset/general-clearance-areas-dmirs-022

data_and_resources

Organisation-Data Breadcrumbs https://uat.landgate.links.com.au/dataset/general-clearance-areas-dmirs-022

breadcrumbs
krupalip commented 5 years ago

@keithmoss I have removed ellipsis and made tags wider and left sidebar filters wider on dataset page. no need to use css ellipsis as larger tags will be adjusted to new line. see image below tag with "four" in new line. image

krupalip commented 5 years ago

screens image image