mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-09 17:14:21 +02:00
display volunteer mail on team members
This commit is contained in:
parent
f74a8e7060
commit
5c841bcbd9
@ -65,6 +65,7 @@ const TeamMembers: FC<Props> = ({ teamId }): JSX.Element => {
|
||||
>
|
||||
D
|
||||
</div>
|
||||
<div className={styles.volunteerEmail}>{volunteer.email}</div>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
@ -17,11 +17,17 @@ $height: 24px;
|
||||
.volunteerName {
|
||||
display: inline-block;
|
||||
height: $height;
|
||||
width: 250px;
|
||||
width: 230px;
|
||||
padding-right: 4px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.volunteerEmail {
|
||||
display: inline-block;
|
||||
height: $height;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.dayTitle {
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user