Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Conversation

chriscorwin
Copy link
Contributor

Adds truncate mixin and helper class.

Also adds some help to individual controls styles where truncate might be applied to wrapper (like tree) or with form elements to compensate for the inline-block that truncate requires (like checkbox, radio).

Fixes #1768

Chris Corwin added 3 commits March 23, 2016 15:47
…y-to-text-to-automatically-truncate-when-space-requires

* origin/master:
  Regenerated CSS files using `grunt less` for verification.
  Fixes variables.less to use correct format for "strictMath". The correct format is just that "math should be surrounded by parenthesis"
  chore(package): update grunt-cli to version 1.1.0
  Make Travis use node 4 too.
  Require node 4
  chore(package): update grunt-contrib-connect to version 1.0.1
  chore(package): update jquery to version 2.2.2
  chore(package): update grunt-contrib-uglify to version 1.0.1
  chore(package): update moment to version 2.12.0
  chore(package): update grunt-contrib-less to version 1.2.0
…al controls styles where truncate might be applied to wrapper (like tree) or with form elements to compensate for the inline-block that truncate requires (like checkbox, radio).
@@ -7,7 +7,7 @@ module.exports = function (grunt) {
base: {
path: '.',
options: {
index: ['index.html', 'tests.html']
index: ['index.html', 'index-dev.html', 'tests.html']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remote index-dev.html from this file (or just revert the file).

@futuremint futuremint merged commit b4e1768 into ExactTarget:master Mar 24, 2016
@chriscorwin chriscorwin modified the milestones: 3.15.0, 3.14.3 Mar 29, 2016
@chriscorwin chriscorwin changed the title Gh1768 add ability to text to automatically truncate when space requires Add ability to text to automatically truncate when space requires Mar 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants