mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-18 23:27:55 +00:00
37 lines
662 B
SCSS
37 lines
662 B
SCSS
.highlighterContainer {
|
|
&.fitScreen {
|
|
pre {
|
|
max-height: 90vh;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
pre {
|
|
code {
|
|
font-size: 0.75rem;
|
|
|
|
&:first-child {
|
|
margin-right: 0.75rem;
|
|
background: #F7F9FC;
|
|
|
|
.react-syntax-highlighter-line-number {
|
|
color: rgb(98, 126, 247);
|
|
}
|
|
}
|
|
|
|
&:last-child {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.wrapped{
|
|
pre {
|
|
code {
|
|
&:last-child {
|
|
white-space: pre-wrap!important
|
|
}
|
|
}
|
|
}
|
|
} |