remove flex causing Firefox text area height issue, fix #1943
Created by: vanesa
Issue: The Monaco editor in the user settings page was shown very small in Firefox.
Solution: Remove flex:1
set in the SettingsFile.scss
which was being applied to the Monaco editor text area but doesn't seem to be necessary.
Fixes #1943 (closed)