@codeforamerica/marcomms-design-system 1.17.1 → 1.17.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/dist/index.js CHANGED
@@ -1892,7 +1892,6 @@
1892
1892
  color: var(--link-color);
1893
1893
  display: block;
1894
1894
  font-weight: bold;
1895
- height: 100%;
1896
1895
  padding: var(--spacing-component-2) var(--spacing-component-3);
1897
1896
  text-decoration: none;
1898
1897
  transition: box-shadow 0.25s ease-in-out;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeforamerica/marcomms-design-system",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "main": "src/index.js",
5
5
  "dependencies": {
6
6
  "lit": "^3.2.1",
@@ -59,7 +59,6 @@ class Nav extends LitElement {
59
59
  color: var(--link-color);
60
60
  display: block;
61
61
  font-weight: bold;
62
- height: 100%;
63
62
  padding: var(--spacing-component-2) var(--spacing-component-3);
64
63
  text-decoration: none;
65
64
  transition: box-shadow 0.25s ease-in-out;