Skip to content

Commit

Permalink
[FIX] mail: composer expand
Browse files Browse the repository at this point in the history
The expand arrow hides the last characters of the first line, which many
people (and me in particular) find annoying. We put it at the bottom
instead.

opw-1830762
  • Loading branch information
nim-odoo committed Apr 10, 2018
1 parent 3d653a2 commit 076cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mail/static/src/less/composer.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
border: none;
}
.o_composer_button_full_composer {
.o-position-absolute(0, 0);
.o-position-absolute(auto, 0);
}
@media (max-width: @screen-xs-max) {
.o_composer_button_send {
Expand Down

0 comments on commit 076cf05

Please sign in to comment.