Fix bottom space not working in Chromium

This commit is contained in:
Manuel 2021-05-02 18:05:33 +02:00
parent b87f8d07d5
commit 4ca13c9af1
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ textarea {
outline: none;
font-size: 13px;
overflow: inherit;
margin-bottom: 20px;
padding-bottom: 20px;
}
#box code {