Refund process: Allow to specify manual expiry for gift card

This commit is contained in:
Raphael Michel
2021-04-21 17:29:23 +02:00
parent 10d41cd6ee
commit 0488336b1f
3 changed files with 36 additions and 3 deletions

View File

@@ -687,3 +687,12 @@ table td > .checkbox input[type="checkbox"] {
}
}
}
@media (min-width: $screen-md-min) {
.table-responsive-small-only {
overflow-x: visible;
}
}
.pos-relative {
position: relative;
}