Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
efbt
/
06ad10cf029f6adba4318635746abf39f0635491
/
.
/
sass
/
bootstrap
/
mixins
/
_text-overflow.scss
blob: 1593b25ea5c7b570188f99bbeda5f36b0d57e5eb [
file
] [
log
] [
blame
]
// Text overflow
// Requires inline-block or block for proper styling
@mixin
text
-
overflow
()
{
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
white
-
space
:
nowrap
;
}