portal-andino-theme
portal-andino-theme copied to clipboard
file type display
file type gets truncated if more that 4 letters, for example if the data
ckanext/gobar_theme/styles/sass/package/snippets/search_item.scss
.dataset-resources { .label { display: inline-block; width: 3.5em; **-> width: auto; (or something logical)** font-weight: 500; margin: 0 0 5px 5px; @include labelsFormatColors(); overflow: hidden; text-overflow: ellipsis; &.group { width: auto; max-width: 100%; background: $grey-300; font-weight: 400; } } }
Before
After