mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Originally, editors with autoHeight set to false had an inline style of 100%. We attempted to retain this behavior while allowing CSS to change the height by applying this styling via a global CSS rule instead: unfortunately, however, this applies to non autoHeight editors as well because due to our deprecated autoHeight detection routine, the height of these editors must be assigned on an internal element and therefore does not override the 100% styling from the stylesheet. Signed-off-by: Nathan Sobo <nathan@github.com>