mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
tooltips: Fix text overflowing.
This commit is contained in:
committed by
Tim Abbott
parent
9f6f77f6bc
commit
a385f65126
@@ -4,7 +4,7 @@
|
|||||||
* for tooltips here.
|
* for tooltips here.
|
||||||
*/
|
*/
|
||||||
font-family: "Source Sans 3", sans-serif !important;
|
font-family: "Source Sans 3", sans-serif !important;
|
||||||
word-wrap: break-word;
|
overflow-wrap: anywhere;
|
||||||
/* Contains stylistic variant of upper-case character "I" in Source Sans 3 */
|
/* Contains stylistic variant of upper-case character "I" in Source Sans 3 */
|
||||||
font-feature-settings: "ss01" on;
|
font-feature-settings: "ss01" on;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user