@markgrafhq/markgraf-embed 0.1.22 → 0.1.24

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.

Potentially problematic release.


This version of @markgrafhq/markgraf-embed might be problematic. Click here for more details.

@@ -148,7 +148,9 @@
148
148
  border-radius: 4px;
149
149
  padding: 1px 4px;
150
150
  color: var(--mg-fg);
151
- font: 11px/1 inherit;
151
+ font: inherit;
152
+ font-size: 11px;
153
+ line-height: 1;
152
154
  cursor: pointer;
153
155
  }
154
156