@npm_leadtech/legal-lib-components 7.12.25 → 7.12.26

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.
@@ -323,6 +323,7 @@ export const MenuItemsStyled = styled.div `
323
323
  .navigation-pane__user-menu {
324
324
  display: flex;
325
325
  align-items: center;
326
+ min-width: 12rem;
326
327
 
327
328
  .log-in {
328
329
  margin-right: 0.5rem;
@@ -324,6 +324,7 @@ export const MenuItemsStyled = styled.div`
324
324
  .navigation-pane__user-menu {
325
325
  display: flex;
326
326
  align-items: center;
327
+ min-width: 12rem;
327
328
 
328
329
  .log-in {
329
330
  margin-right: 0.5rem;
@@ -296,6 +296,7 @@ export const NavMenuStyled = styled.nav `
296
296
  .navigation-pane__user-menu {
297
297
  display: flex;
298
298
  align-items: center;
299
+ min-width: 12rem;
299
300
 
300
301
  .log-in {
301
302
  margin-right: 0.5rem;
@@ -297,6 +297,7 @@ export const NavMenuStyled = styled.nav`
297
297
  .navigation-pane__user-menu {
298
298
  display: flex;
299
299
  align-items: center;
300
+ min-width: 12rem;
300
301
 
301
302
  .log-in {
302
303
  margin-right: 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.12.25",
3
+ "version": "7.12.26",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",