Last alignment edited

This commit is contained in:
Burak Civan 2021-06-10 12:44:38 +03:00
parent ddf0a65837
commit 7abf64798f
2 changed files with 3 additions and 9 deletions

View File

@ -1690,17 +1690,11 @@ 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 !important; max-width:223px;
} }
}} }}
} }
@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;

View File

@ -288,7 +288,7 @@
<div class="line-item-content-right-price long-texts text-right"> <div class="line-item-content-right-price long-texts text-right">
<div> <div>
<div class="required disabled text-right input-price disabled-money"> <div class="required disabled text-right input-price disabled-money">
<input type="tel" class="v-money form-control text-right" name="discount_amount" placeholder="" disabled="disabled" value="__"> <input type="tel" class="v-money form-control name="discount_amount" placeholder="" disabled="disabled" value="__">
</div> </div>
</div> </div>
</div> </div>