fix analysis col3 layout

This commit is contained in:
Thibault Duplessis 2019-05-01 12:13:58 +07:00
parent 71d840940a
commit 9e1a8f5af7

View file

@ -84,8 +84,8 @@ body {
grid-template-areas:
'side . board gauge tools'
'chat . board gauge tools'
'uchat . under under controls'
'uchat . under under acpl';
'uchat . under . controls'
'uchat . under . acpl';
&__side { margin-top: 0 }
.mchat { min-height: 10em }