fix: word wrap on tooltip (#2029)

VivekHarness-patch-1
Ritik Kapoor 2024-05-09 18:10:01 +00:00 committed by Harness
parent f6614fe151
commit 6a9b61e0f0
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@
.bp3-popover-content {
padding: var(--spacing-small);
max-width: 700px;
word-break: break-all;
word-break: break-word;
}
}
}