mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
13 lines
187 B
Text
13 lines
187 B
Text
|
.default-participant-chip {
|
||
|
padding: 0 3px;
|
||
|
position: relative;
|
||
|
left: -3px;
|
||
|
}
|
||
|
|
||
|
.default-participant-chip:not(:last-child) {
|
||
|
&:after {
|
||
|
content: ',';
|
||
|
display: inline;
|
||
|
}
|
||
|
}
|