You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modals should always appear as a result of a action that a user has taken like when submitting a application. Modals should not be automatically displayed to the user. Some exceptions to the rule would be if you need to inform users that their session is about to time out or if they have to accept cookies before proceeding.
518
-
<pclass="fw-bold mb-0">Clear heading labels and CTAs</p>
519
+
</p>
520
+
<p>
521
+
<b>Clear heading labels and CTAs</b><br>
519
522
Ensure that the heading and CTAs are clear to the user. This avoids confusion and indicates what action needs to be taken.
520
-
<pclass="fw-bold mb-0">Try to avoid long content with scrolling</p>
523
+
</p>
524
+
<p>
525
+
<b>Try to avoid long content with scrolling</b><br>
521
526
Long content with scrolling limits a user's ability to view the entire message due to the limited space.
522
-
<pclass="fw-bold mb-0">Behaviour</p>
527
+
</p>
528
+
<p>
529
+
<b>Behaviour</b><br>
523
530
Allow users to close the modal by clicking the backdrop (the area outside the modal) and by pressing the Esc key.
0 commit comments