muryshev's picture
init
79278ec
raw
history blame contribute delete
460 Bytes
.llm_answer {
border: 2px solid var(--border-0-color);
border-radius: 15px;
padding: 15px;
margin-top: 10px;
height: max-content;
.label {
display: flex;
margin-bottom: 10px;
}
.result_text {
text-align: left;
white-space: pre-wrap;
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: initial;
background-color: var(--border-0-color);
border-radius: 15px;
padding: 15px;
}
}