From b9173ff122c902af87196dd53893d50a4ef3ce5b Mon Sep 17 00:00:00 2001 From: "raja.lmsace@gmail.com" Date: Thu, 11 Apr 2024 20:42:10 +0530 Subject: [PATCH] Email placeholders responsive improved. - PLS-734 --- styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/styles.css b/styles.css index bc8cec9..236c00e 100644 --- a/styles.css +++ b/styles.css @@ -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; + } +} \ No newline at end of file