Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 5, 2024
1 parent 994cdcb commit 1703a73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions client/src/components/redesign/ServiceConnectionRequests.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ class ServiceConnectionRequests extends React.Component {
{declineDialog && this.getDeclineRejectionOptions(rejectionReason)}
</ConfirmationDialog>
<div>
<a className={"back-to-service-connection-requests"} onClick={this.cancelSideScreen}
href={"/cancel"}>
<a className={"back-to-service-connection-requests"}
onClick={this.cancelSideScreen}
href={"/#cancel"}>
<ChevronLeft/>{I18n.t("models.serviceConnectionRequests.backToServiceConnectionRequests")}
</a>
</div>
Expand Down
10 changes: 5 additions & 5 deletions client/src/components/redesign/ServiceConnectionRequests.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ table.serviceConnectionRequests {
thead {
th {
&.collaboration__name {
width: 20%;
width: 17%;
padding-left: 15px;

&.has-service {
width: 35%;
width: 32%;
}
}

&.service__name {
width: 20%;
width: 17%;
}

&.requester__name {
width: 20%;
width: 26%;

&.has-service {
width: 30%;
width: 26%;
}
}

Expand Down

0 comments on commit 1703a73

Please sign in to comment.