fix sample input and ouput overflow if content is too long

This commit is contained in:
zema1 2018-11-21 15:25:34 +08:00
parent d46c749062
commit 207abfc02b

View File

@ -536,6 +536,7 @@
.sample {
align-items: stretch;
&-input, &-output {
width: 50%;
flex: 1 1 auto;
display: flex;
flex-direction: column;