Issue #3037124 by bnjmnm, andrewmacpherson: Off-canvas dialog titles should not be visually truncated

8.7.x
xjm 2019-03-05 16:33:32 -06:00
parent 297130cebe
commit a5e8d252f8
1 changed files with 2 additions and 0 deletions

View File

@ -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;