Dotclear


Ignore:
Timestamp:
12/15/17 14:45:27 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Avoid horizontal scrolling table (as far as it is possible) when longest comment's usernames in list of comments, thanks to Xavier Zalawa ( http://www.7studio.fr/) — hint: max-width:1px; is magic!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/partials/_tables.scss

    r3517 r3620  
    11table { 
     2     .maximal { 
     3          overflow: hidden; 
     4          text-overflow: ellipsis; 
     5          max-width: 1px; 
     6     } 
    27     .maximal, 
    38     &.maximal { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map