mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Fix horizontal scroll overflow
Caused by highlight.js upgrade
This commit is contained in:
parent
f24376b192
commit
03dd611a86
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ textarea {
|
|||
outline: none;
|
||||
font-size: 13px;
|
||||
padding-right: 360px;
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
#box code {
|
||||
|
|
Loading…
Reference in a new issue