fix: header and var tooltip overflow (#7082)

This commit is contained in:
Pooja
2026-02-09 18:04:10 +05:30
committed by GitHub
parent 37fbdec983
commit 20eb7b7277

View File

@@ -138,6 +138,9 @@ const StyledWrapper = styled.div`
.tooltip-mod {
max-width: 200px !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
}
input[type='text'] {