diff --git a/src/components/utils/popover/components/hint/hint.const.ts b/src/components/utils/popover/components/hint/hint.const.ts index 10ded664..8b5afd77 100644 --- a/src/components/utils/popover/components/hint/hint.const.ts +++ b/src/components/utils/popover/components/hint/hint.const.ts @@ -1,12 +1,12 @@ import { bem } from '../../../bem'; /** - * Hint content block CSS class constructor + * Hint block CSS class constructor */ -const className = bem('ce-hint-content'); +const className = bem('ce-hint'); /** - * CSS class names to be used in hint content class + * CSS class names to be used in hint class */ export const css = { root: className(), diff --git a/src/components/utils/popover/components/hint/hint.css b/src/components/utils/popover/components/hint/hint.css index 2c68f354..94d886bd 100644 --- a/src/components/utils/popover/components/hint/hint.css +++ b/src/components/utils/popover/components/hint/hint.css @@ -1,4 +1,4 @@ -.ce-hint-content { +.ce-hint { &--align-left { text-align: left; }