Skip to content

Commit

Permalink
ISSD-1341 Adjust class content name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joana Grego authored and brianchandotcom committed Oct 17, 2023
1 parent d65cfb1 commit 3f7a542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.mkt-create-license {
.mkt-create-license-content {
border: 1px solid #e2e2e4 !important;
border-radius: 0.6rem !important;
width: 600px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const CreateLicense = () => {

return (
<div className="d-flex justify-content-center mb-7">
<div className="d-flex flex-column justify-content-center mkt-create-license mt-7 p-6">
<div className="d-flex flex-column justify-content-center mkt-create-license-content mt-7 p-6">
<div className="align-self-center h1">
Generate License Key(s)
</div>
Expand Down

0 comments on commit 3f7a542

Please sign in to comment.