Fix iOS docs button spillover bug
This commit is contained in:
parent
6cac5b303b
commit
7fb5acb6ea
1 changed files with 6 additions and 0 deletions
|
@ -248,6 +248,12 @@
|
|||
.btn.em:active, .btn.em:focus {
|
||||
background: #71c544;
|
||||
}
|
||||
|
||||
/* Otherwise it spills over on iOS */
|
||||
.download-btn {
|
||||
font-size: 1.3em;
|
||||
padding: 13px 19px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!--[if lte IE 6]>
|
||||
|
|
Loading…
Add table
Reference in a new issue