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

Issue #3037124 by bnjmnm, andrewmacpherson: Off-canvas dialog titles should...

Issue #3037124 by bnjmnm, andrewmacpherson: Off-canvas dialog titles should not be visually truncated
parent 297130ce
Branches
Tags
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.
Please register or to comment