Skip to content

Commit bde7332

Browse files
authored
Merge pull request #30 from GetStream/angular-sdk-fixes
Angular sdk fixes
2 parents 126925f + 737dfc1 commit bde7332

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/styles/Message.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,10 @@
10231023
left: unset;
10241024
right: 8px;
10251025
bottom: 30px;
1026+
1027+
&-angular {
1028+
margin-bottom: 3px;
1029+
}
10261030
}
10271031
}
10281032

src/styles/MessageTeam.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@
295295
display: flex;
296296
justify-content: space-between;
297297
padding: 10px 0 5px;
298+
299+
&-angular {
300+
justify-content: end;
301+
}
298302
}
299303

300304
&--bottom,

0 commit comments

Comments
 (0)