Skip to content

Commit a0f0fe7

Browse files
committed
Set width of the step description to 90% if it is the last in the row.
1 parent 9e9bb8c commit a0f0fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/payment-details/dispute-details/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
}
191191

192192
&-content:last-child &-description {
193-
width: 80%;
193+
width: 90%;
194194

195195
@media screen and ( max-width: $break-small ) {
196196
margin-bottom: 8px;

0 commit comments

Comments
 (0)