style: update padding for console content for improved layout

This commit is contained in:
ishikabhoyar
2025-11-09 13:58:11 +05:30
parent 35d40da727
commit fbbcabbeab

View File

@@ -1669,7 +1669,10 @@ body {
.console-content {
flex: 1;
padding: 16px;
padding-top: 16px;
padding-left: 24px;
padding-right: 24px;
padding-bottom: 30px;
overflow-y: auto;
background-color: #f8f9fa;
font-family: 'Consolas', 'Monaco', monospace;