Skip to content

Commit

Permalink
Removed wrapping 'div' from Self Message. Fixed a styling issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder committed Jun 4, 2024
1 parent 19132c5 commit d4ba398
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
>
{{ number }}
</div>
<div :style="textStyle" :class="classNames">
<MessageLabel
:labelText="labelText"
:labelPosition="labelPosition"
:isSelf="true"
/>
</div>
<MessageLabel
:style="textStyle"
:class="classNames"
:labelText="labelText"
:labelPosition="labelPosition"
:isSelf="true"
/>
</label>
<svg class="arrow text-skin-message-arrow" width="30" height="24">
<polyline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
{{ number }}
</div>
<MessageLabel
:style="textStyle"
:class="classNames"
:labelText="labelText"
:labelPosition="labelPosition"
:isAsync="true"
Expand Down

0 comments on commit d4ba398

Please sign in to comment.