Skip to content

Commit

Permalink
EPMRPP-95113 || Wrong spacing between text in "Delete launch" modal w…
Browse files Browse the repository at this point in the history
…indow (#4009)
  • Loading branch information
maria-hambardzumian authored Sep 11, 2024
1 parent 481de3f commit 46b0119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const DeleteLaunchModal = ({ data: { launches, confirmDeleteLaunches, userId } }
cancelButton={cancelButton}
warningMessage={warning}
CustomFooter={selectedImportantLaunches.length > 0 ? CustomFooter : null}
contentClassName={cx('delete-launch-modal-content')}
>
<p className={cx('message')}>{Parser(DOMPurify.sanitize(getMainContent()))}</p>
</ModalLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.delete-launch-modal-content {
padding: 15px 10px;
}

.message {
line-height: 24px;

b {
font-family: $FONT-SEMIBOLD;
}
Expand Down

0 comments on commit 46b0119

Please sign in to comment.