File tree Expand file tree Collapse file tree
dashboard/src/components/shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -362,6 +362,7 @@ export default {
362362 border-radius : 8px ;
363363 height : 100% ;
364364 overflow-y : auto ;
365+ overflow-x : auto ;
365366 padding : 16px ;
366367}
367368
@@ -379,7 +380,7 @@ export default {
379380
380381:deep(.console-log-line--structured ) {
381382 display : grid ;
382- grid-template-columns : max-content 10 ch minmax (0 , 1fr );
383+ grid-template-columns : max-content max-content minmax (0 , 1fr );
383384 column-gap : 8px ;
384385 align-items : start ;
385386 white-space : normal ;
@@ -400,6 +401,16 @@ export default {
400401 overflow-wrap : anywhere;
401402}
402403
404+ @media (max-width : 768px ) {
405+ :deep(.console-log-line--structured ) {
406+ grid-template-columns : 1fr ;
407+ }
408+ :deep(.console-log-prefix :empty ),
409+ :deep(.console-log-level :empty ) {
410+ display : none ;
411+ }
412+ }
413+
403414:deep(.fade-in ) {
404415 animation : fadeIn 0.3s ;
405416}
You can’t perform that action at this time.
0 commit comments