mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
fix textarea styling in incoming email details modal
This commit is contained in:
parent
91bb38626c
commit
cc695605b7
1 changed files with 2 additions and 0 deletions
|
@ -1829,6 +1829,8 @@ table#user-badges {
|
|||
textarea {
|
||||
width: 95%;
|
||||
height: 150px;
|
||||
font-family: monospace;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue