Merge pull request #1937 from technoboy10/bugfix/gh-1935-firefox-description-overflow

Fix notes/instructions layout on Firefox
This commit is contained in:
Connor Hudson 2018-06-26 09:48:00 -04:00 committed by GitHub
commit 55f4b5b92a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,6 +220,7 @@ $stage-height: 404px;
.description-block {
display: flex;
width: 100%;
min-height: 0;
flex-direction: column;
align-items: flex-start;
flex: 1;