You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AliSeidmambetov
changed the title
[BUG]
The edit biography button label goes beyond the boundaries of the button itself[BUG]
Jun 17, 2024
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
the inscription on the "edit biography" button extends beyond the boundaries of the button
to fix this you need to change the css property in the profile class: display: flex to display: -webkit-box;
and also in the profile-sidebar class you generally need to remove the css property: width: 150px;
The text was updated successfully, but these errors were encountered: