Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
7d35167f00e5b93522986e059f912e65c5103a76
/
.
/
openecomp-ui
/
resources
/
scss
/
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
;
}