23 lines
289 B
SCSS
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;
|
|
}
|
|
|