File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,3 +147,8 @@ pre.list {
147147.technical .pure-form-message-inline {
148148 color : # 8eb5a8 ;
149149}
150+
151+ .technical label .inline {
152+ display : inline;
153+ font-weight : bold;
154+ }
Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ const PaymentRequestSection = ({
3535 ) }
3636 < div className = "pure-control-group" >
3737 < div >
38- < label style = { { display : ' inline' } } > TID:</ label > { currentTid || 'N/A' }
38+ < label className = " inline" > TID:</ label > { currentTid || 'N/A' }
3939 </ div >
4040 < div >
41- < label style = { { display : ' inline' } } > Status Code:</ label > { currentStatusCode || 'N/A' } { ' ' }
41+ < label className = " inline" > Status Code:</ label > { currentStatusCode || 'N/A' } { ' ' }
4242 </ div >
4343 < div >
44- < label style = { { display : ' inline' } } > Status Type:</ label >
44+ < label className = " inline" > Status Type:</ label >
4545 < span style = { { textTransform : 'uppercase' } } > { currentStatus || 'N/A' } </ span >
4646 </ div >
4747 < div >
48- < label style = { { display : ' inline' } } > Customer:</ label > { customer || 'N/A' }
48+ < label className = " inline" > Customer:</ label > { customer || 'N/A' }
4949 </ div >
5050 </ div >
5151
You can’t perform that action at this time.
0 commit comments