Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
ls.ext
Commits
621f71e8
Commit
621f71e8
authored
Apr 06, 2018
by
Petter Goksøyr Åsen
Browse files
patron-client: fix size of cancel pickup button
parent
db66a8a6
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
redef/patron-client/src/frontend/containers/UserLoans.js
View file @
621f71e8
...
...
@@ -101,7 +101,7 @@ class UserLoans extends React.Component {
<
div
className
=
"
flex-col cancel-button
"
>
<
ClickableElement
onClickAction
=
{
this
.
props
.
reservationActions
.
startCancelReservation
}
onClickArguments
=
{
item
.
id
}
>
<
button
className
=
"
blue-btn
"
data
-
automation
-
id
=
"
cancel_reservation_button
"
>
<
button
className
=
"
small-
blue-btn
"
data
-
automation
-
id
=
"
cancel_reservation_button
"
>
<
FormattedMessage
{...
messages
.
cancelReservation
}
/
>
<
/button
>
<
/ClickableElement
>
...
...
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