Merge branch 'backport-ee-fix-settings-scss' into 'master'

Backport settings.scss bug fix from EE branch

See merge request !11969
This commit is contained in:
Phil Hughes 2017-06-07 14:49:58 +00:00
commit 6ee216c4d9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
&.expanded {
max-height: none;
overflow-y: hidden;
overflow-y: visible;
animation: expandMaxHeight 300ms ease-in;
}