Skip to content

Commit

Permalink
fix: Dialog for immediate conflict resolution is broken for mobile (S…
Browse files Browse the repository at this point in the history
…AP#18981)

Closes CXSPA-7599
  • Loading branch information
Larisa-Staroverova authored Jun 19, 2024
1 parent 0390c48 commit 2a25815
Showing 1 changed file with 4 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
}

.cx-modal-content {
@include media-breakpoint-down(md) {
height: 100vh !important;
}

.cx-dialog-header {
outline: 0;
padding-inline-start: 16px;
Expand Down Expand Up @@ -72,7 +68,6 @@
display: flex;
flex-direction: row;
align-items: center;
padding-inline-start: 0px;
padding-inline-end: 5px;
margin-block-start: 12px;
margin-block-end: 12px;
Expand All @@ -83,28 +78,19 @@
align-self: center;
font-size: 30px;
padding-inline-start: 15px;
padding-inline-end: 18px;
padding-inline-end: 15px;
padding-block-start: 5px;
padding-block-end: 15px;
}
}

.cx-msg-warning,
cx-configurator-conflict-description {
padding-inline-start: 0px;
padding-block-start: 0px;
padding-block-end: 0px;
padding-block-start: 5px;
padding-block-end: 5px;
}
}

.cx-modal-footer {
display: flex;
justify-content: center;
margin-block-start: 15px;
padding-inline-start: 16px;
padding-inline-end: 16px;
padding-block-start: 16px;
padding-block-end: 16px;
}
}
}

Expand Down

0 comments on commit 2a25815

Please sign in to comment.