Item added responsive control
This commit is contained in:
parent
000e9283d2
commit
5582160899
8
public/css/custom.css
vendored
8
public/css/custom.css
vendored
@ -1690,11 +1690,17 @@ table .align-items-center td span.badge {
|
|||||||
@media not all and (min-resolution:.001dpcm) { @media {
|
@media not all and (min-resolution:.001dpcm) { @media {
|
||||||
|
|
||||||
.line-item-content {
|
.line-item-content {
|
||||||
max-width:223px;
|
max-width:223px !important;
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1650px) {
|
||||||
|
.line-item-content {
|
||||||
|
max-width: 232px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.line-item-content {
|
.line-item-content {
|
||||||
max-width: 133px;
|
max-width: 133px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user