.referencePopoverWrapper { | |
max-width: 50vw; | |
} | |
.referenceChunkImage { | |
width: 10vw; | |
object-fit: contain; | |
} | |
.referenceImagePreview { | |
max-width: 45vw; | |
max-height: 45vh; | |
} | |
.chunkContentText { | |
.chunkText; | |
max-height: 45vh; | |
overflow-y: auto; | |
} | |
.documentLink { | |
padding: 0; | |
} | |
.referenceIcon { | |
padding: 0 6px; | |
} | |