#prompt { | |
height: 12rem; | |
} | |
#schema { | |
height: 20rem; | |
} | |
#output { | |
height: fit-content; | |
width: calc(100% - 20px); | |
border: 1px solid #e5e7eb; | |
border-radius: 0.5rem; | |
padding: 10px; | |
position: relative; | |
outline: none ; | |
box-shadow: 0 0 0 3px transparent, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset; | |
background: white; | |
color: #1f2937; | |
font-weight: 400; | |
font-size: 14px; | |
line-height: 1.4; | |
white-space: pre-wrap; | |
} |