Fix styling a bit

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-05-30 16:56:53 +02:00
parent 85bcf8ed52
commit 5e8df03724
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
2 changed files with 5 additions and 6 deletions

View File

@ -29,13 +29,12 @@ limitations under the License.
.mx_CallEvent_content { .mx_CallEvent_content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-right: 10px; // To match mx_CallEvent
.mx_CallEvent_sender {
}
.mx_CallEvent_type { .mx_CallEvent_type {
font-weight: 400;
color: gray;
line-height: $font-14px;
} }
} }
} }

View File

@ -39,7 +39,7 @@ export default class CallEvent extends React.Component<IProps> {
height={32} height={32}
/> />
<div className="mx_CallEvent_content"> <div className="mx_CallEvent_content">
<div className="mx_CallEvent_sender"> <div>
{sender} {sender}
</div> </div>
<div className="mx_CallEvent_type"> <div className="mx_CallEvent_type">