Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
53da88e5
Commit
53da88e5
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add mixin for text-overflow
parent
f59b7ce8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
less/mixins.less
+9
-0
less/mixins.less
with
9 additions
and
0 deletions
+9
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
53da88e5
No preview for this file type
This diff is collapsed.
Click to expand it.
less/mixins.less
+
9
-
0
View file @
53da88e5
...
@@ -89,6 +89,15 @@
...
@@ -89,6 +89,15 @@
}
}
}
}
// Text overflow
// -------------------------
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
// FONTS
// FONTS
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment