balibabu
feat: set width of chunk text to 100% and add Skeleton to Preview of document and remove react-pdf (#94)
a9e3dcb
raw
history blame
325 Bytes
.popoverContent {
width: 40vw;
.popoverContentItem {
display: flex;
gap: 10px;
}
.popoverContentText {
white-space: pre-line;
.popoverContentErrorLabel {
color: red;
}
}
}
.operationIcon {
text-align: center;
margin-right: 20%;
width: 20px;
&:hover {
cursor: pointer;
}
}