Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The edit biography button text goes beyond the boundaries of the button itself[BUG] #163

Open
AliSeidmambetov opened this issue Jun 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AliSeidmambetov
Copy link

the inscription on the "edit biography" button extends beyond the boundaries of the button
uncorStyle

to fix this you need to change the css property in the profile class: display: flex to display: -webkit-box;
displayWebkit

and also in the profile-sidebar class you generally need to remove the css property: width: 150px;
withoutWidth

@AliSeidmambetov AliSeidmambetov added the bug Something isn't working label Jun 17, 2024
@AliSeidmambetov AliSeidmambetov changed the title [BUG] The edit biography button label goes beyond the boundaries of the button itself[BUG] Jun 17, 2024
@AliSeidmambetov AliSeidmambetov changed the title The edit biography button label goes beyond the boundaries of the button itself[BUG] The edit biography button text goes beyond the boundaries of the button itself[BUG] Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant