Skip to content

Commit

Permalink
Email placeholders responsive improved.
Browse files Browse the repository at this point in the history
- PLS-734
  • Loading branch information
raja-lmsace committed Apr 11, 2024
1 parent a33b233 commit b9173ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,3 +466,17 @@ div#pulsetemplates-tab-content .tab-pane.active {
div#pulsetemplates-tab-content .tab-pane {
display: none;
}

@media (min-width: 767px) and (max-width: 991px) {
.mod-pulse-emailvars-toggle .emailvars-content .pulse-email-placeholders .placeholder-body .placeholders.less {
width: auto;
max-width: 400px;
}
}

@media (max-width: 500px) {
.mod-pulse-emailvars-toggle .emailvars-content .pulse-email-placeholders .placeholder-body .placeholders.less {
width: auto;
max-width: 400px;
}
}

0 comments on commit b9173ff

Please sign in to comment.