Files
FarmMapsLib/projects/common-map/src/fm-map/components/feature-list-feature-observation/feature-list-feature-observation.component.scss
Peter Bastiani a8d0f05c81
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
Aw6981 Add observation components
2025-08-14 09:26:36 +02:00

23 lines
289 B
SCSS

.card-title {
font-size: 1rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.card-text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.col {
overflow: hidden;
}
.thumbnail {
width: 4em;
height: 4em;
}