Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle

Fix "item info" width

Fixes #87202.

It now looks again like this:

![Screenshot from 2021-07-18 12-33-27](https://user-images.githubusercontent.com/3050060/126064005-013acabc-7f17-4436-8dfc-cb6b9bc24413.png)

cc `@jyn514`

r? `@notriddle`
This commit is contained in:
Guillaume Gomez 2021-07-19 11:37:46 +02:00 committed by GitHub
commit 8cf995f6ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View file

@ -925,6 +925,9 @@ body.blur > :not(#help) {
padding: 0 20px 20px 17px;;
}
.item-info .stab {
display: table;
}
.stab {
border-width: 1px;
border-style: solid;