### What problem does this PR solve? fix: add spin to parsing status icon of dataset table #648 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
29 lines
382 B
Text
29 lines
382 B
Text
.fileManagerWrapper {
|
|
width: 100%;
|
|
padding: 32px;
|
|
}
|
|
|
|
.filter {
|
|
height: 32px;
|
|
display: flex;
|
|
margin: 10px 0;
|
|
justify-content: space-between;
|
|
padding: 24px 0;
|
|
align-items: center;
|
|
}
|
|
|
|
.deleteIconWrapper {
|
|
width: 22px;
|
|
text-align: center;
|
|
}
|
|
|
|
.linkButton {
|
|
padding: 0;
|
|
}
|
|
|
|
.breadcrumbItemButton {
|
|
cursor: pointer;
|
|
color: #1677ff;
|
|
padding: 0;
|
|
height: auto;
|
|
}
|