Freshen up layout of refund choice page

This commit is contained in:
Raphael Michel
2021-01-27 10:48:40 +01:00
parent 33b34f31d1
commit 0747f5b8b8
4 changed files with 37 additions and 43 deletions

View File

@@ -512,17 +512,11 @@ table td > .checkbox input[type="checkbox"] {
.form-refund-choose {
.payment-details {
max-width: 200px;
overflow: hidden;
dt {
float: none;
text-align: left;
font-weight: normal;
width: auto;
color: $text-muted;
}
dd {
margin-left: 0px;
word-break: break-word;
}
.refund-amount {
width: 250px;
input.form-control {
width: 100px;
}
}
}