15 lines
No EOL
227 B
CSS
15 lines
No EOL
227 B
CSS
.version {
|
|
max-width: 80vw;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.value {
|
|
margin-bottom: 0.5rem;
|
|
max-width: 100vw;
|
|
overflow: auto;
|
|
}
|
|
.logs {
|
|
white-space: preserve-breaks;
|
|
} |