0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

Merge pull request #1645 from logto-io/charles-remove-useless-horizontal-scrollbar-from-code-editor

fix(console): remove annoying horizontal scrollbar from code editor
This commit is contained in:
Charles Zhao 2022-07-23 11:22:31 +08:00 committed by GitHub
commit 55a6c4248c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@
textarea,
pre {
display: flex;
min-height: 20px;
}
}