metanorma-iso 3.0.9 → 3.0.10

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01edc0e5252a4d38dd4e24a8f3b27c036f840f7b1dad1ea5e43138e23f503c47
4
- data.tar.gz: bc59465ab4ef1c56373c5910db55471f88e36f900796c31736770628b7199f10
3
+ metadata.gz: 625f8f0daf9059526091bf07be7c64d98bb6d48f0288fffc48d6101ace9943c2
4
+ data.tar.gz: c589eeb732f7a467bc0fa11608e2c8489bd322102f3940d8a396cf9505d76a4f
5
5
  SHA512:
6
- metadata.gz: e6067ff9a35952779d26c8c8c4d666f562826a94a0601d2041267987ab126bb0116471bf23f5574d0931d97bd0714288c374323e134ea4d4adc2ed4de156e1f3
7
- data.tar.gz: 150dded33d3d3f46c6edb0227d600225b2429b2898e36b68f30f1d12ca4d14a2bbbec54d916659c969b08e75460280cee26cec7f9d9f739737d35b0b9ccfef0d
6
+ metadata.gz: e4a9881272d28ac9c83eeb8a5c4a27ee362e2b8e5aea581d288051d43a4daee85cd21d0216ea149959e4e75b5abf807fc7de875b6c93715ca06a6652d9ce2dca
7
+ data.tar.gz: f898a4762958da0ef676b5e840154c3c84890a4a0c8652f0a364e0173e5c103241f108a8ff43475dfe36468b02f63325c743d16d3abe85e0c8bbf308af7fb901
@@ -13,16 +13,6 @@ module IsoDoc
13
13
  super
14
14
  end
15
15
 
16
- # terms not defined in standoc
17
- # KILL
18
- def error_parse(node, out)
19
- case node.name
20
- when "appendix" then clause_parse(node, out)
21
- else
22
- super
23
- end
24
- end
25
-
26
16
  def example_span_label(_node, div, name)
27
17
  name.nil? and return
28
18
  div.span class: "example_label" do |p|
@@ -318,9 +318,15 @@ h6:hover > a.anchor,
318
318
  padding: 0;
319
319
  }
320
320
 
321
+ .svg-container {
322
+ width: 100%; /* or any desired width */
323
+ display: block; /* ← removes unwanted inline spacing */
324
+ }
325
+
321
326
  svg {
322
327
  width: 100%;
323
- overflow: visible;
328
+ height: auto; /* ← key to maintaining aspect ratio */
329
+ display: block; /* ← removes unwanted inline spacing */
324
330
  }
325
331
 
326
332
  #standard-band {
@@ -318,9 +318,15 @@ h6:hover > a.anchor,
318
318
  padding: 0;
319
319
  }
320
320
 
321
+ .svg-container {
322
+ width: 100%; /* or any desired width */
323
+ display: block; /* ← removes unwanted inline spacing */
324
+ }
325
+
321
326
  svg {
322
327
  width: 100%;
323
- overflow: visible;
328
+ height: auto; /* ← key to maintaining aspect ratio */
329
+ display: block; /* ← removes unwanted inline spacing */
324
330
  }
325
331
 
326
332
  #standard-band {