I've been attempting to enhance the appearance of the tooltip dialog window by adding padding. While adjusting the width and background color was successful, I'm encountering difficulties when it comes to styling the padding: https://i.sstatic.net/Otdj5.png
In my scss file, I made adjustments to the styles as follows:
::ng-deep .custom-tooltip {
background-color: #265daf;
white-space: pre-wrap;
font-size: small;
padding-left: 20px;
max-width: unset !important;
}
Are there alternative methods for applying padding to the tooltip?