0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(console): remove annoying horizontal scrollbar from code editor

This commit is contained in:
Charles Zhao 2022-07-21 17:25:45 +08:00
parent ee17590bcf
commit 7dba908849
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

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