tycho-storybook 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Tooltip/styles.scss +2 -2
- package/package.json +1 -1
package/dist/Tooltip/styles.scss
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
// Scoped MUI Tooltip styles - only applied to tooltips with our custom classes
|
|
2
1
|
.ds-tooltip-popper .MuiTooltip-tooltip {
|
|
3
2
|
display: flex;
|
|
4
3
|
align-items: center;
|
|
5
4
|
background-color: var(--layer-tooltip) !important;
|
|
6
|
-
height: 40px;
|
|
5
|
+
min-height: 40px;
|
|
7
6
|
max-width: 280px;
|
|
8
7
|
padding: var(--spacing-100) var(--spacing-150);
|
|
9
8
|
border-radius: var(--radius-100);
|
|
10
9
|
@include body-medium-1;
|
|
10
|
+
margin-top: 8px !important;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
// Arrow styles scoped to our tooltip component
|