mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
💄 Fixed scrollbar on editor title input in Chrome on Windows (#822)
closes https://github.com/TryGhost/Ghost/issues/8866 - add `overflow: hidden` to disable scrollbars on editor title input
This commit is contained in:
parent
6cc5ad15ec
commit
11cbe1abba
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@
|
||||||
line-height: 1.15em;
|
line-height: 1.15em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
letter-spacing: 0.8px;
|
letter-spacing: 0.8px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-editor-wordcount {
|
.gh-editor-wordcount {
|
||||||
|
|
Loading…
Add table
Reference in a new issue