@harbour-enterprises/superdoc 0.23.0-next.5 → 0.23.0-next.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/style.css +4 -0
- package/dist/super-editor/style.css +4 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1505,6 +1505,10 @@ on the right if it is inside shape textbox.
|
|
|
1505
1505
|
border: 1px solid #629be7;
|
|
1506
1506
|
position: relative;
|
|
1507
1507
|
}
|
|
1508
|
+
.sd-structured-content:has(img),
|
|
1509
|
+
.sd-structured-content:has(img) .sd-structured-content__content {
|
|
1510
|
+
display: inline-block;
|
|
1511
|
+
}
|
|
1508
1512
|
.sd-structured-content-draggable {
|
|
1509
1513
|
font-size: 10px;
|
|
1510
1514
|
align-items: center;
|
|
@@ -1131,6 +1131,10 @@ on the right if it is inside shape textbox.
|
|
|
1131
1131
|
border: 1px solid #629be7;
|
|
1132
1132
|
position: relative;
|
|
1133
1133
|
}
|
|
1134
|
+
.sd-structured-content:has(img),
|
|
1135
|
+
.sd-structured-content:has(img) .sd-structured-content__content {
|
|
1136
|
+
display: inline-block;
|
|
1137
|
+
}
|
|
1134
1138
|
.sd-structured-content-draggable {
|
|
1135
1139
|
font-size: 10px;
|
|
1136
1140
|
align-items: center;
|