28 lines
359 B
SCSS
28 lines
359 B
SCSS
.content-container {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.empty-content {
|
|
height: 100%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.content-log {
|
|
padding: 20px;
|
|
}
|
|
|
|
.content-value {
|
|
user-select: text;
|
|
}
|
|
|
|
.tab-content {
|
|
}
|
|
|
|
:deep(.cmd-line) {
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
word-break: break-all;
|
|
}
|