Responsive mobile controlled

This commit is contained in:
Burak Civan
2021-06-07 20:14:14 +03:00
parent 3d0752eefa
commit bbd9b3a2d8
2 changed files with 12 additions and 1 deletions

View File

@ -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 */