Adjustments a padding of text box in toolbar popup
This commit is contained in:
parent
bbea16120c
commit
302a8cae12
|
@ -85,10 +85,10 @@ hr {
|
|||
|
||||
#target {
|
||||
max-height: 215px;
|
||||
min-height: 20px;
|
||||
min-height: 30px;
|
||||
overflow-y: auto;
|
||||
word-wrap: break-word;
|
||||
padding: 0px 5px 20px;
|
||||
padding: 0px 5px 0px;
|
||||
}
|
||||
|
||||
#target p {
|
||||
|
|
Loading…
Reference in a new issue