diff --git a/src/pages/ConsolePage.scss b/src/pages/ConsolePage.scss index ae162f7..203bb9c 100644 --- a/src/pages/ConsolePage.scss +++ b/src/pages/ConsolePage.scss @@ -132,15 +132,15 @@ } .events { border-top: 1px solid #e7e7e7; + height: 200px; + min-height: 0; + max-height: 200px; } .conversation { display: flex; flex-shrink: 0; width: 100%; overflow: hidden; - height: 200px; - min-height: 0; - max-height: 200px; border-top: 1px solid #e7e7e7; } }