File size: 460 Bytes
79278ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.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;
  }
}