Skip to content

Commit 805fb4a

Browse files
authored
Fixed an issue where the position would break when selecting a member from the invite list. (#1349)
[fix]: Fixed an issue where the position would break when selecting a member from the invite list. ### Problem ScreenShot ![image](https://github.com/user-attachments/assets/bdc7b5ac-5494-4c5f-a294-96aa36da9afa) ![image](https://github.com/user-attachments/assets/ed4976ec-1082-4f91-bdee-7836a65b82e4) Fixes [CLNP-7040](https://sendbird.atlassian.net/browse/CLNP-7040) ### Changelogs - Fixed an issue where the position would break when selecting a member from the invite list ### Checklist Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If unsure, ask the members. This is a reminder of what we look for before merging your code. - [x] **All tests pass locally with my changes** - [ ] **I have added tests that prove my fix is effective or that my feature works** - [ ] **Public components / utils / props are appropriately exported** - [ ] I have added necessary documentation (if appropriate) ## External Contributions This project is not yet set up to accept pull requests from external contributors. If you have a pull request that you believe should be accepted, please contact the Developer Relations team <developer-advocates@sendbird.com> with details and we'll evaluate if we can set up a [CLA](https://en.wikipedia.org/wiki/Contributor_License_Agreement) to allow for the contribution. [CLNP-7040]: https://sendbird.atlassian.net/browse/CLNP-7040?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent aa4a401 commit 805fb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/UserListItem/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: block;
55
position: relative;
66
box-sizing: border-box;
7-
width: 432px;
7+
width: 100%;
88
height: 56px;
99
@include mobile() {
1010
width: 100%;

0 commit comments

Comments
 (0)