Skip to content

Commit 986f937

Browse files
authored
Update email.blade.php
1 parent 6a90e26 commit 986f937

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

resources/views/components/email.blade.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@
135135
136136
.proton-table img,
137137
.proton-table a img {
138-
display: block;
138+
display: inline-block;
139+
width: auto;
139140
max-width: 100%;
140-
margin-bottom: 20px;
141+
margin-bottom: 0px;
141142
border: 0px;
142143
border-radius: 10px;
143144
overflow: hidden;
@@ -222,4 +223,4 @@
222223
</div>
223224
</body>
224225

225-
</html>
226+
</html>

0 commit comments

Comments
 (0)