css: add some whitespace between bottom of text and the input box
This commit is contained in:
parent
ff075e2e7e
commit
78b7af7fbc
@ -180,13 +180,13 @@ html,body {
|
|||||||
overflow-y:auto;
|
overflow-y:auto;
|
||||||
-webkit-transition: all 0.25s ease-in-out;
|
-webkit-transition: all 0.25s ease-in-out;
|
||||||
|
|
||||||
padding:0; /*4px;*/
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:4px;
|
top:4px;
|
||||||
bottom:0;
|
bottom:4px;
|
||||||
left:4px;
|
left:4px;
|
||||||
right:0;
|
right:0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user