Responsive mobile controlled
This commit is contained in:
7
public/css/custom.css
vendored
7
public/css/custom.css
vendored
@ -1678,6 +1678,7 @@ table .align-items-center td span.badge {
|
||||
.line-item-content-right-delete {
|
||||
width:40px;
|
||||
padding-right: 1.5rem;
|
||||
/* padding-left: 5px !important; */
|
||||
}
|
||||
|
||||
.line-item-text {
|
||||
@ -1694,4 +1695,10 @@ table .align-items-center td span.badge {
|
||||
}}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.line-item-content {
|
||||
max-width: 133px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Line item */
|
||||
|
Reference in New Issue
Block a user