We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be16c06 commit 4416257Copy full SHA for 4416257
.changeset/moody-monkeys-wave.md
@@ -0,0 +1,5 @@
1
+---
2
+'polaris-glints': minor
3
4
+
5
+Popover fitContent
polaris-react/src/components/Popover/Popover.scss
@@ -42,6 +42,15 @@ $vertical-motion-offset: -5px;
42
transform: translateY($vertical-motion-offset);
43
}
44
45
+.fitContent {
46
+ margin: $visible-portion-of-arrow auto 0 auto;
47
+ width: fix-content;
48
49
+ .Content {
50
+ max-width: none;
51
+ }
52
+}
53
54
.fullWidth {
55
margin: $visible-portion-of-arrow auto 0 auto;
56
0 commit comments