Fix side panel scroll issue (#7829)

This commit is contained in:
RachelElysia 2022-09-19 15:30:03 -04:00 committed by GitHub
parent 8607a5d394
commit f98e9885ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
* Fix side panel tooltips to not be wider than side panel causing scroll bug

View file

@ -7,4 +7,8 @@
padding: $pad-xxlarge;
// need relative positioning for a close icon that is on some sidebars have
position: relative;
.component__tooltip-wrapper__tip-text {
max-width: 280px;
}
}