.link-card { .row > div:last-child { max-height: 400px; overflow: hidden; // 省略を表す影を付けるやつ &::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: linear-gradient(transparent 320px, white); } } .card-text { white-space: pre-line; } }