fix textarea styling in incoming email details modal

This commit is contained in:
Régis Hanol 2016-02-10 22:43:00 +01:00
parent 91bb38626c
commit cc695605b7

View file

@ -1829,6 +1829,8 @@ table#user-badges {
textarea {
width: 95%;
height: 150px;
font-family: monospace;
box-shadow: none;
}
}