problems: fix multiple value layout

This commit is contained in:
Alexander Zobnin
2019-02-13 20:06:40 +03:00
parent 98ff776f3a
commit 58f1ee07eb

View File

@@ -230,7 +230,9 @@
min-height: 3rem;
.problem-value-container {
flex: 1 0 auto;
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
}