updated css for oos spam fields
This commit is contained in:
parent
3d4500b846
commit
59cb3afddb
1 changed files with 10 additions and 1 deletions
|
@ -35,3 +35,12 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.oos {
|
||||
position:absolute;
|
||||
left:-10000px;
|
||||
top:auto;
|
||||
width:1px;
|
||||
height:1px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
|
Reference in a new issue