Fix side panel scroll issue (#7829)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Fix side panel tooltips to not be wider than side panel causing scroll bug
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user