1
0
Fork 0
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:
Manuel 2021-05-02 18:05:33 +02:00
parent b87f8d07d5
commit 4ca13c9af1
Signed by: Manuel
GPG key ID: 4085037435E1F07A

View file

@ -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 {