@industry-theme/markdown-panels 0.2.13 → 0.2.14
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/panels.bundle.js
CHANGED
|
@@ -47779,8 +47779,8 @@ const MarkdownPanel = ({
|
|
|
47779
47779
|
"div",
|
|
47780
47780
|
{
|
|
47781
47781
|
style: {
|
|
47782
|
-
height: "
|
|
47783
|
-
minHeight: "
|
|
47782
|
+
height: "40px",
|
|
47783
|
+
minHeight: "40px",
|
|
47784
47784
|
borderBottom: `1px solid ${theme2.colors.border}`,
|
|
47785
47785
|
display: "flex",
|
|
47786
47786
|
alignItems: "center",
|