css: Add word-break property to .modal__title.

Modal that were used as dialog boxes for editing info
had issues with long heading text int .modal__title,
This commit add word-break to break words and avoid
abrupt ui in such cases.
This commit is contained in:
m-e-l-u-h-a-n 2023-04-05 00:52:03 +05:30 committed by Tim Abbott
parent ae16787a25
commit 308f42eded
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@
font-size: 1.375rem;
font-weight: 600;
line-height: 1.25;
overflow: hidden;
word-wrap: break-word;
/* help_link_widget margin for the fa-circle-o. */
.help_link_widget {