.data-preview { display: flex; height: 100%; width: 100%; flex-direction: column; border: 1px solid silver; border-radius: 5px; position: relative; } .data-preview .content { display: flex; font-size: 13px; overflow-x: hidden; overflow-y: auto; flex-grow: 1; padding: 5px; position: relative; } .data-preview .content.log-container { display: flex; height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; padding: 10px; flex-direction: column; } .log { word-wrap: break-word; line-height: 18px; margin-bottom: 5px; } .log-logger { color: rgba(0, 0, 0, 0.3); font-size: 12px; } .log-level { display: inline-block; width: 46px; } .log-head { border-radius: 3px; padding: 2px 5px; } .log-exception { line-height: 16px; margin-left: 30px; color: crimson; }