Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
3678a3d10c3703c2b73f396c293faebf0c82a4f4
/
.
/
views
/
style
/
sass
/
bootstrap
/
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
;
}