portal-andino-theme icon indicating copy to clipboard operation
portal-andino-theme copied to clipboard

file type display

Open bishalkc opened this issue 7 years ago • 0 comments

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 screen shot 2017-12-22 at 12 57 29 pm

After screen shot 2017-12-22 at 12 57 47 pm

bishalkc avatar Dec 22 '17 17:12 bishalkc