Sha256: 6a1ad464289df2c43a8233e56c6e7d446a1d4ce988e2c9cc158fb5af8925b5f7

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

// Text truncation (ellipsis)
.#{$emma-prefix}tetr {
  max-width: 100% #{emma-important($emma-important)};
  overflow: hidden #{emma-important($emma-important)};
  text-overflow: ellipsis #{emma-important($emma-important)};
  white-space: nowrap #{emma-important($emma-important)};
  word-wrap: normal #{emma-important($emma-important)};
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
emma-css-rails-0.11.0.0 vendor/assets/stylesheets/emma.css/sass/rules/_text-truncation.scss