UX: Ensure GitHub onebox info does not wrap unnecessarily
This commit is contained in:
parent
815dcb25ba
commit
ecfba0bb37
|
@ -417,10 +417,15 @@ pre.onebox code {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.github-info-container {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.github-info {
|
.github-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
margin: 2.5px 0;
|
margin: 2.5px 0;
|
||||||
|
|
Loading…
Reference in New Issue