@ndla/ui 11.1.1 → 11.1.2

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": "@ndla/ui",
3
- "version": "11.1.1",
3
+ "version": "11.1.2",
4
4
  "description": "UI component library for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "0976f3173f81ac1237d80fb5a437208d94c98023"
84
+ "gitHead": "8a59a8f8007cfe393447f430de2e7c87cd5789f5"
85
85
  }
@@ -24,6 +24,10 @@
24
24
  @include font-size(18px, 29px);
25
25
  position: relative;
26
26
 
27
+ mjx-stretchy-v > mjx-ext > mjx-c {
28
+ transform: scaleY(200) translateY(0.075em);
29
+ }
30
+
27
31
  > section > p {
28
32
  &:not([class]) {
29
33
  margin-bottom: 29px;
@@ -117,7 +121,7 @@
117
121
  }
118
122
 
119
123
  &--multidisciplinary-topic {
120
- margin-top:0;
124
+ margin-top: 0;
121
125
  padding: $spacing--small;
122
126
  @include mq(tablet) {
123
127
  padding: 0;
@@ -206,4 +210,3 @@
206
210
  }
207
211
  }
208
212
  }
209
-