mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
fix tests and email clients blocking css
This commit is contained in:
parent
d6e0055666
commit
f90552ccf8
2 changed files with 12 additions and 1 deletions
|
|
@ -76,6 +76,10 @@
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
a {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.btn {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -16,4 +16,11 @@
|
|||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
<p>
|
||||
<small>
|
||||
<a href="{{redirect}}" target="_blank">
|
||||
{{redirect}}
|
||||
</a>
|
||||
</small>
|
||||
</p>
|
||||
Loading…
Reference in a new issue