mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
Fix padding
Removes these bars showing: ![](https://puu.sh/o0Qe4/e345189a7e.png)
This commit is contained in:
parent
0209375865
commit
49e20c8f39
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ textarea {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
outline: none;
|
outline: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding-right: 360px;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box code {
|
#box code {
|
||||||
|
|
Loading…
Reference in a new issue