24 lines
509 B
SCSS
24 lines
509 B
SCSS
.people__title{
|
|
@extend .profile__title
|
|
}
|
|
|
|
.people__name{
|
|
display: flex;
|
|
word-break: break-word;
|
|
max-width: 100%;
|
|
align-items: center;
|
|
padding: 10px;
|
|
justify-content: center;
|
|
div{
|
|
color: rgba(0,0,0,0.87);
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-word;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-height: 40px;
|
|
}
|
|
} |