Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSP-9450: UI UX Clean Up - Reduce space (top/bottom) on the Cancel/Save buttons area (Tracy) #4475

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@ exports[`AddLeaseContainer component > renders as expected 1`] = `
class=""
>
<div
class="c37 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c37 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,7 @@ exports[`AddAcquisitionContainer component > Sub-interest file > renders as expe
class=""
>
<div
class="c33 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c33 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down Expand Up @@ -4644,7 +4644,7 @@ exports[`AddAcquisitionContainer component > renders as expected 1`] = `
class=""
>
<div
class="c34 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c34 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ exports[`UpdateAcquisitionAgreementView component > renders as expected 1`] = `
class="c10"
>
<div
class="c11 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c11 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ exports[`Compensation Requisition UpdateForm component > renders as expected 1`]
class="c14"
>
<div
class="c15 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c15 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ exports[`Add Consolidation View > matches snapshot 1`] = `
class=""
>
<div
class="c20 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c20 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ exports[`Add Disposition Container View > matches snapshot 1`] = `
class=""
>
<div
class="c31 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c31 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ exports[`Update Disposition Sale View > renders as expected 1`] = `
class="c12"
>
<div
class="c13 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c13 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ exports[`ConsultationEditForm component > renders as expected 1`] = `
class="c12"
>
<div
class="c13 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c13 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ exports[`AddProjectContainer component > renders as expected 1`] = `
class=""
>
<div
class="c18 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c18 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ exports[`AddResearchContainer component > renders as expected 1`] = `
class=""
>
<div
class="c34 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c34 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const SidebarFooter: React.FunctionComponent<ISidebarFooterProps> = ({
cancelButtonLabel,
}) => {
return (
<SidebarFooterBar className="justify-content-end mb-12 mt-12 p-0 no-gutters">
<SidebarFooterBar className="justify-content-end mb-6 mt-6 p-0 no-gutters">
{(!showEdit || editMode) && (
<>
<Col xs="auto" className="pr-3">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ exports[`UpdateProperties component > renders as expected 1`] = `
class=""
>
<div
class="c31 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c31 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ exports[`Add Subdivision View > matches snapshot 1`] = `
class=""
>
<div
class="c20 justify-content-end mb-12 mt-12 p-0 no-gutters row"
class="c20 justify-content-end mb-6 mt-6 p-0 no-gutters row"
>
<div
class="pr-3 col-auto"
Expand Down
Loading