mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-23 09:50:17 +01:00
Fix bottom space not working in Chromium
This commit is contained in:
parent
b87f8d07d5
commit
4ca13c9af1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ textarea {
|
||||||
outline: none;
|
outline: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
overflow: inherit;
|
overflow: inherit;
|
||||||
margin-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box code {
|
#box code {
|
||||||
|
|
Loading…
Reference in a new issue