Spaces:
Sleeping
Sleeping
File size: 195 Bytes
79278ec |
1 2 3 4 5 6 7 8 9 10 11 12 |
.search_result_item {
.segmentation_model {
overflow: auto;
div {
text-align: left;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
}
}
|