Skip to content

Commit

Permalink
chore: Update ChatItem-List.css to use 'stretch' for width
Browse files Browse the repository at this point in the history
  • Loading branch information
aspirantzhang authored and salmenus committed Jun 18, 2024
1 parent 4af06d9 commit dbf15c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin-bottom: var(--nlux-chItm-msg-lstLt--mrgBtm);
margin-left: var(--nlux-chItm-msg-lstLt--mrgLft);
margin-right: var(--nlux-chItm-msg-lstLt--mrgRgt);
width: fill-available;
width: stretch;
width: -webkit-fill-available;
width: -moz-available;

Expand Down

0 comments on commit dbf15c4

Please sign in to comment.