Skip to content
Snippets Groups Projects
Commit 91c0cf1d authored by Jess's avatar Jess
Browse files

Issue #3037124 followup by tim.plunkett, xjm: Off-canvas dialog titles should...

Issue #3037124 followup by tim.plunkett, xjm: Off-canvas dialog titles should not be visually truncated by the library CSS either
parent a5e8d252
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -63,6 +63,8 @@
font-size: 16px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "liberation sans", sans-serif;
text-align: left; /* LTR */
/* Ensure that long titles are not truncated. */
white-space: normal;
}
[dir="rtl"] .ui-dialog.ui-dialog-off-canvas .ui-dialog-title {
float: right;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment