hdoc-tools 0.8.32 → 0.8.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.8.32",
3
+ "version": "0.8.33",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {
@@ -74,6 +74,7 @@ table {
74
74
  border-collapse: collapse;
75
75
  margin: 20px 0;
76
76
  font-size: var(--htl-default-font-size);
77
+ break-inside: avoid;
77
78
  /* sets font-size for table and table rows/td/th etc*/
78
79
  }
79
80
 
@@ -112,6 +113,9 @@ hr {
112
113
  img,
113
114
  svg {
114
115
  display: inline-block;
116
+ max-height: 750px;
117
+ height: auto;
118
+ break-inside: avoid;
115
119
  }
116
120
 
117
121
  video,
@@ -130,7 +134,9 @@ figure {
130
134
  img,
131
135
  video {
132
136
  max-width: 100%;
137
+ max-height: 750px;
133
138
  height: auto;
139
+ break-inside: avoid;
134
140
  }
135
141
 
136
142
  .header {
@@ -166,6 +172,7 @@ video {
166
172
  font-size: var(--htl-small-font-size);
167
173
  }
168
174
 
175
+
169
176
  .hdoc-alert {
170
177
  border: 1px solid transparent;
171
178
  border-radius: 8px;
@@ -174,6 +181,7 @@ video {
174
181
  font-size: var(--htl-default-font-size);
175
182
  color: var(--htl-c-text-2);
176
183
  margin: 10px 0;
184
+ break-inside: avoid;
177
185
  }
178
186
 
179
187
  .hdoc-alert p {