Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
ivrnet_payment
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad
ivrnet_payment
Commits
72197d82
Commit
72197d82
authored
Nov 17, 2023
by
Bilal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed responsiveness issues
parent
ca3bc5f4
Pipeline
#9482
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/component/Telepay.js
src/component/Telepay.js
+3
-3
No files found.
src/component/Telepay.js
View file @
72197d82
...
...
@@ -215,7 +215,7 @@ const TelepayForm = () => {
{
formData
.
line_items
.
map
((
line_items
,
index
)
=>
(
<
div
key
=
{
index
}
>
<
div
className
=
'
row mb-4
'
id
=
{
`lineItem-
${
index
}
`
}
>
<
div
className
=
'
col-
5 offset
-1
'
>
<
div
className
=
'
col-
md-5 offset-md
-1
'
>
<
label
htmlFor
=
{
`lineItemDes-
${
index
}
`
}
className
=
'
form-label mt-1
'
>
Description
<
/label
>
...
...
@@ -228,7 +228,7 @@ const TelepayForm = () => {
required
/>
<
/div
>
<
div
className
=
'
col-5
'
>
<
div
className
=
'
col-
md-
5
'
>
<
label
htmlFor
=
{
`lineItemAmount-
${
index
}
`
}
className
=
'
form-label mt-1
'
>
Amount
<
/label
>
...
...
@@ -242,7 +242,7 @@ const TelepayForm = () => {
required
/>
<
/div
>
<
div
className
=
'
col-1
'
>
<
div
className
=
'
col-
md-
1
'
>
<
button
type
=
'
button
'
className
=
'
btn-close
'
aria
-
label
=
'
Close
'
onClick
=
{()
=>
handleDeleteLineItem
(
index
)}
><
/button
>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment