Fix position in Firefox

This commit is contained in:
Marliana Lara
2018-05-17 15:46:06 -04:00
parent b4bee93b35
commit 02417dc668

View File

@@ -41,6 +41,8 @@
margin: 0; margin: 0;
position: relative; position: relative;
text-align: left; text-align: left;
width: 100%;
word-wrap: break-word;
} }
.close { .close {