Skip to content

Commit 91f01ba

Browse files
committed
adjust user card
1 parent fa1b78c commit 91f01ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/uui-card-user/lib/uui-card-user.element.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ export class UUICardUserElement extends UUICardElement {
9696
css`
9797
:host {
9898
min-width: 250px;
99-
flex-direction: column;
100-
justify-content: space-between;
101-
align-items: center;
10299
}
103100
104101
slot:not([name])::slotted(*) {
@@ -136,7 +133,7 @@ export class UUICardUserElement extends UUICardElement {
136133
137134
#open-part {
138135
cursor: pointer;
139-
width: 100%;
136+
flex-grow: 1;
140137
padding: var(--uui-size-space-5) var(--uui-size-space-4);
141138
}
142139

0 commit comments

Comments
 (0)