pravkiend 29.06
This commit is contained in:
@ -387,13 +387,12 @@ input.input-receiver:focus {
|
||||
}
|
||||
|
||||
.knotin {
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
}
|
||||
.knotin img {
|
||||
height: 100%;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
object-fit: contain; /* или cover */
|
||||
}
|
||||
|
||||
@ -419,4 +418,14 @@ input#VinSearchInput {
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.text-block-55 {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-height: 2.8em;
|
||||
line-height: 1.4em;
|
||||
}
|
Reference in New Issue
Block a user