@rogieking/figui3 6.10.0 → 6.11.0

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/components.css CHANGED
@@ -3412,6 +3412,12 @@ fig-header {
3412
3412
  margin-right: calc(var(--spacer-2) * -1);
3413
3413
  }
3414
3414
 
3415
+ &>fig-dropdown{
3416
+ &:first-child{
3417
+ margin-left: calc(var(--spacer-2) * -1);
3418
+ }
3419
+ }
3420
+
3415
3421
  & h3 {
3416
3422
  font-weight: var(--body-medium-strong-fontWeight);
3417
3423
  flex-grow: 1;