From: Aleksander Ɓukasz Date: Wed, 22 Jan 2014 10:58:10 +0000 (+0100) Subject: editor: fixing FF behavior in metadata editor X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/dea9da8dbffc4ca9c29628658166b252b8233aac?hp=dea9da8dbffc4ca9c29628658166b252b8233aac editor: fixing FF behavior in metadata editor In Chrome contenteditable=true seems to imply word-wrap: break-word and forcing element to fill its parent vertically. In FF we need to enforce this explicitly. This change fixes: - metadata editor layout for long metadata, - not being able to start editing a blank field. ---