diff --git a/src/app/atoms/context-menu/ContextMenu.scss b/src/app/atoms/context-menu/ContextMenu.scss index 4a8cc2a..a0919c1 100644 --- a/src/app/atoms/context-menu/ContextMenu.scss +++ b/src/app/atoms/context-menu/ContextMenu.scss @@ -44,7 +44,7 @@ .context-menu__item { button[class^="btn"] { width: 100%; - justify-content: start; + justify-content: flex-start; border-radius: 0; box-shadow: none; white-space: nowrap; diff --git a/src/app/organisms/profile-viewer/ProfileViewer.scss b/src/app/organisms/profile-viewer/ProfileViewer.scss index b10b1aa..b7da7c5 100644 --- a/src/app/organisms/profile-viewer/ProfileViewer.scss +++ b/src/app/organisms/profile-viewer/ProfileViewer.scss @@ -20,7 +20,7 @@ border-bottom: 1px solid var(--bg-surface-border); &__info { - align-self: end; + align-self: flex-end; flex: 1; min-width: 0; @@ -35,7 +35,7 @@ } } &__role { - align-self: end; + align-self: flex-end; & > .text { margin-bottom: var(--sp-ultra-tight); }