GH-1051 - Aligning card title with emojis (#1876)

This commit is contained in:
Asaad Mahmood 2021-11-29 14:02:46 +05:00 committed by GitHub
parent d5f73e8da8
commit 7db59f5d03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

View file

@ -32,7 +32,12 @@
.octo-icon {
font-size: 16px;
margin-right: 8px;
margin-right: 2px;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
}
}

View file

@ -60,7 +60,12 @@
.octo-icon {
font-size: 16px;
margin-right: 8px;
margin-right: 4px;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
}
}

View file

@ -108,6 +108,13 @@
.octo-icon {
min-width: 20px;
margin-top: 3px;
font-size: 16px;
margin-right: 4px;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
}
.Editable {