@linzjs/lui 17.41.7 → 17.41.8
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/CHANGELOG.md +7 -0
- package/dist/lui.css +1 -1
- package/dist/scss/Components/MenuV2/menu-v2.scss +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [17.41.8](https://github.com/linz/lui/compare/v17.41.7...v17.41.8) (2023-03-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* change justify-content to flex-star ([#890](https://github.com/linz/lui/issues/890)) ([47b2602](https://github.com/linz/lui/commit/47b2602740690e86040461edc36fea47e74c4cbd))
|
|
7
|
+
|
|
1
8
|
## [17.41.7](https://github.com/linz/lui/compare/v17.41.6...v17.41.7) (2023-03-15)
|
|
2
9
|
|
|
3
10
|
|
package/dist/lui.css
CHANGED
|
@@ -4317,7 +4317,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
4317
4317
|
padding-top: 8px;
|
|
4318
4318
|
padding-bottom: 8px;
|
|
4319
4319
|
display: flex;
|
|
4320
|
-
justify-content: start;
|
|
4320
|
+
justify-content: flex-start;
|
|
4321
4321
|
align-items: center;
|
|
4322
4322
|
cursor: revert;
|
|
4323
4323
|
font-family: "Open Sans", system-ui, sans-serif;
|
package/package.json
CHANGED