Skip to content

Commit fa4680e

Browse files
michalberkyxflord
authored andcommitted
fix(lib): align items in attribute value list to the left
* Added a new css style to fix alignment
1 parent 48f433e commit fa4680e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/perun/components/src/lib/attributes-list/attribute-value/attribute-value-list/attribute-value-list.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
display: flex;
77
}
88

9+
.d-flex.flex-column {
10+
align-items: flex-start;
11+
}
12+
913
.mat-mdc-chip-grid .mat-mdc-chip {
1014
width: auto;
1115
min-width: 0;

0 commit comments

Comments
 (0)