@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 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;
@@ -210,7 +210,7 @@ body.LuiHeaderMenuV2-drawer-open {
210
210
  padding-top: 8px;
211
211
  padding-bottom: 8px;
212
212
  display: flex;
213
- justify-content: start;
213
+ justify-content: flex-start;
214
214
  align-items: center;
215
215
  cursor: revert;
216
216
  @include fonts.font-semibold;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.41.7",
2
+ "version": "17.41.8",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",