diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index c44e903922..56ce2267f2 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -369,6 +369,12 @@ input.recipient_box { #send_controls { float: right; + + /* jQuery's slideDown() animation seems to compute the target height by + drawing these elements in an (offscreen) context where they would reflow + onto multiple lines. We need to prevent that in order to avoid an + animation glitch. See: http://is.gd/EVJFZ8 */ + white-space: nowrap; } #fmt_help_link {