Skip to content

Commit df19e2d

Browse files
authored
IBX-7069: Vertically aligned contributor name column (#1574)
1 parent a77019c commit df19e2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bundle/Resources/public/scss/_user-name.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
.ibexa-user-name {
22
display: inline-flex;
3-
align-items: center;
43

54
&__thumbnail {
65
width: calculateRem(20px);
76
height: calculateRem(20px);
8-
margin-right: calculateRem(8px);
7+
margin: calculateRem(2px) calculateRem(8px) 0 0;
98
}
109

1110
&__text {

0 commit comments

Comments
 (0)