Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix mailto field with 0 height
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Nov 12, 2014
1 parent 2f9b66f commit 2429dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/core.mailer/AjxpMailer.css
Expand Up @@ -76,6 +76,7 @@
overflow-y: auto;
position: relative;
height: 31px;
min-height: 31px;
}

.mailer_tofield_line span.mailer_input_label{
Expand Down

0 comments on commit 2429dc5

Please sign in to comment.