diff --git a/ui/src/style.less b/ui/src/style.less index 6cbe86e..d34f7df 100644 --- a/ui/src/style.less +++ b/ui/src/style.less @@ -127,16 +127,17 @@ .board-log { display: grid; grid-template-columns: @tile-width*@board-length+15px 1fr; - height: @tile-width*@board-length + 15px; + max-height: @tile-width*@board-length + 15px; + + margin: 1em; } .message-log { border-color: black; border-style: solid; border-width: 2px; - width: 100%; margin: 5px; - height: inherit; + max-height: inherit; display: grid; grid-template-rows: 6em 1fr;