@universityofmaryland/web-components-library 1.18.5 → 1.18.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/README.md +1 -1
- package/dist/bundle.js +3 -1
- package/dist/bundle.js.map +1 -1
- package/dist/cdn.js +3 -1
- package/dist/cdn.js.map +1 -1
- package/package.json +3 -3
package/dist/cdn.js
CHANGED
|
@@ -2222,13 +2222,15 @@ Change \`@nest ${A.params} {}\` to \`${A.params} {}\` to migrate to the latest s
|
|
|
2222
2222
|
color: ${M.black};
|
|
2223
2223
|
font-size: ${q.base};
|
|
2224
2224
|
transition: color 0.2s ease-in-out;
|
|
2225
|
-
line-height: 1.15em;
|
|
2226
2225
|
font-weight: 700;
|
|
2227
2226
|
text-wrap: pretty;
|
|
2228
2227
|
display: block;
|
|
2229
2228
|
display: flex;
|
|
2230
2229
|
align-items: flex-end;
|
|
2231
2230
|
text-align: right;
|
|
2231
|
+
line-height: 1.15em !important;
|
|
2232
|
+
letter-spacing: 0 !important;
|
|
2233
|
+
word-spacing: 0 !important;
|
|
2232
2234
|
}
|
|
2233
2235
|
|
|
2234
2236
|
.${ni} > a:hover,
|