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