@acorex/styles 4.2.4 → 4.2.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scss/menu.scss +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/menu.scss CHANGED
@@ -105,7 +105,7 @@
105
105
  display: flex;
106
106
  padding: 0 10px;
107
107
  font-weight: normal;
108
- line-height: 40px;
108
+ height: 2.5rem;
109
109
  text-decoration: none;
110
110
  align-items: center;
111
111
  span {