mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-10 21:46:27 +02:00
display volunteer mail on team members
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user