Fix Bug 69670

Centering long name
This commit is contained in:
Viktor Fomin 2024-08-21 13:37:28 +03:00
parent 1e2aa8be09
commit e37b99d9c0

View File

@ -56,6 +56,7 @@ export const GreetingContainer = styled.div`
.tooltip {
p {
text-align: center;
overflow-wrap: break-word;
}
@media ${mobile} {