Skip to content

Commit

Permalink
Last alignment edited
Browse files Browse the repository at this point in the history
  • Loading branch information
brkcvn committed Jun 10, 2021
1 parent ddf0a65 commit 7abf647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1690,21 +1690,15 @@ table .align-items-center td span.badge {
@media not all and (min-resolution:.001dpcm) { @media {

.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) {
.line-item-content {
max-width: 133px;
}
}

/* Line item */
/* Line item */
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class="mb-0 select-tax"
<div class="line-item-content-right-price long-texts text-right">
<div>
<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>
Expand Down

0 comments on commit 7abf647

Please sign in to comment.