Fix alignment in ProfileViewer
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
.context-menu__item {
|
.context-menu__item {
|
||||||
button[class^="btn"] {
|
button[class^="btn"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: start;
|
justify-content: flex-start;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
border-bottom: 1px solid var(--bg-surface-border);
|
border-bottom: 1px solid var(--bg-surface-border);
|
||||||
|
|
||||||
&__info {
|
&__info {
|
||||||
align-self: end;
|
align-self: flex-end;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__role {
|
&__role {
|
||||||
align-self: end;
|
align-self: flex-end;
|
||||||
& > .text {
|
& > .text {
|
||||||
margin-bottom: var(--sp-ultra-tight);
|
margin-bottom: var(--sp-ultra-tight);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user