diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-08-19 20:53:28 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-08-19 21:56:25 +0200 |
commit | 066034c62e87412c1e351fd89d98f3ad706d00a3 (patch) | |
tree | f8871b0744f2dffae94ea2309963a12e7cc9b932 /app/javascript/flavours/glitch/styles/components | |
parent | ab019800f8862a84eab679ea5848c3df0531ddc9 (diff) |
Refactor character counter to match upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index 1044b13c1..9152988ea 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -589,7 +589,7 @@ justify-content: flex-end; flex: 0 0 auto; - & > .count { + & > .character-counter { display: inline-block; margin: 0 16px 0 8px; font-size: 16px; |