10 lines
205 B
SCSS
Executable File
10 lines
205 B
SCSS
Executable File
.response-content {
|
|
white-space: pre-wrap;
|
|
word-break: break-word;
|
|
font-family: monospace;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
padding: 10px;
|
|
background-color: #f8f8f8;
|
|
border-radius: 4px;
|
|
} |