Fix alignment in ProfileViewer
authorAjay Bura <ajbura@gmail.com>
Fri, 19 Nov 2021 04:30:47 +0000 (10:00 +0530)
committerAjay Bura <ajbura@gmail.com>
Fri, 19 Nov 2021 04:30:47 +0000 (10:00 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/atoms/context-menu/ContextMenu.scss
src/app/organisms/profile-viewer/ProfileViewer.scss

index 4a8cc2aa1de963c28d1ddae183b7b6cf067696e6..a0919c13d3ea6f33e2076655935c17c3ec107e02 100644 (file)
@@ -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;
index b10b1aa4fe3bf1805fa0e1f4f584e6ce6d0eb5da..b7da7c50a87c5dab293aa7313362936ac61b0139 100644 (file)
@@ -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);
       }