diff --git a/src/components/textinput/_textinput.scss b/src/components/textinput/_textinput.scss index 4a0a4e5..25c23a2 100644 --- a/src/components/textinput/_textinput.scss +++ b/src/components/textinput/_textinput.scss @@ -70,4 +70,13 @@ } textarea.cmp-adaptiveform-textinput__widget{ height: 80px; -} \ No newline at end of file +} +.cmp-adaptiveform-textinput__charcounter { + margin-inline-start: auto; + display: flex; + align-items: center; + font-size: small; +} +.cmp-adaptiveform-textinput__charcount { + font-weight: bold; +}