Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle
Fix "item info" width Fixes #87202. It now looks again like this:  cc `@jyn514` r? `@notriddle`
This commit is contained in:
commit
8cf995f6ac
3 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue