FIX: Minor Github onebox layout issues

- prevents long branch names from overflowing

- fixes alignment of inline avatars in preview
This commit is contained in:
Penar Musaraj 2019-10-10 21:35:36 -04:00
parent 21f3c044e5
commit 5c5845f3f2

View File

@ -412,6 +412,9 @@ pre.onebox code {
.branches {
font-size: $font-down-1;
code {
word-break: break-all;
}
}
.github-info {
@ -445,6 +448,7 @@ pre.onebox code {
border-radius: 2px;
float: none;
margin: 0;
padding: 0;
vertical-align: middle;
max-width: none;
}