Remove fallback values
This commit is contained in:
@@ -1150,16 +1150,10 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 12;
|
||||
-webkit-box-orient: vertical;
|
||||
|
||||
/* Fallback for older browsers: line-height * number of lines */
|
||||
max-height: calc(1.35 * 12em);
|
||||
}
|
||||
|
||||
@media all and (min-width: 40em) {
|
||||
.detail-clamp-text {
|
||||
-webkit-line-clamp: 6;
|
||||
|
||||
/* Fallback for older browsers: line-height * number of lines */
|
||||
max-height: calc(1.35 * 6em);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user