Fix alignment of errors/columns height

This commit is contained in:
2016-10-20 12:57:00 +02:00
parent fa3762d258
commit aff8347718

View File

@@ -1,3 +1,10 @@
body
position: absolute // allow columns/errors to fill the whole page
top: 0
left: 0
right: 0
bottom: 0
#app-main
display: flex
align-items: stretch