use break-word in profile popover fields (#30366)

Этот коммит содержится в:
Caleb Roseland
2025-03-03 11:25:56 -06:00
коммит произвёл GitHub
родитель 255e1a8ac1
Коммит 7e9cff04c7

Просмотреть файл

@@ -201,7 +201,7 @@ $profilePopoverBorderWidth: 1px;
font-size: 16px;
}
}
.user-popover__custom_attributes {
display: flex;
flex-direction: column;
@@ -218,6 +218,7 @@ $profilePopoverBorderWidth: 1px;
.user-popover__subtitle-text {
margin: 0;
overflow-wrap: break-word;
}
}