diff --git a/frontend/src/app/main/ui/workspace/tokens/themes/create_modal.scss b/frontend/src/app/main/ui/workspace/tokens/themes/create_modal.scss index f0187a6afb..4cc6c1ef06 100644 --- a/frontend/src/app/main/ui/workspace/tokens/themes/create_modal.scss +++ b/frontend/src/app/main/ui/workspace/tokens/themes/create_modal.scss @@ -143,7 +143,7 @@ } .group-title-name { - @include textEllipsis; + @include text-ellipsis; flex-grow: 1; } @@ -172,7 +172,7 @@ } .theme-name-row { - @include textEllipsis; + @include text-ellipsis; flex-grow: 1; }