Files
FarmMapsLib/projects/common-map/src/fm-map/components/feature-list-feature-cropfield/feature-list-feature-cropfield.component.scss
Willem Dantuma 795e8fdf0e
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Fix double scaling issue
2020-02-26 19:29:34 +01:00

27 lines
338 B
SCSS

@import "~bootstrap/scss/bootstrap.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;
}