Changeset 3620:5fa17400a0af for admin/style
- Timestamp:
- 12/15/17 14:45:27 (8 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3615 r3620 1919 1919 Tables and Filters 1920 1920 --------------------------------------------------- */ 1921 table .maximal { 1922 overflow: hidden; 1923 text-overflow: ellipsis; 1924 max-width: 1px; } 1921 1925 table .maximal, table.maximal { 1922 1926 width: 100%; } -
admin/style/scss/partials/_tables.scss
r3517 r3620 1 1 table { 2 .maximal { 3 overflow: hidden; 4 text-overflow: ellipsis; 5 max-width: 1px; 6 } 2 7 .maximal, 3 8 &.maximal {
Note: See TracChangeset
for help on using the changeset viewer.