Fix attributes box size being too small on Japanese (#9984)

This commit is contained in:
Mateus Etto 2018-02-19 14:52:07 -03:00 committed by Matteo Pagliazzi
parent 1c1b050e2c
commit 311a898938

View file

@ -525,7 +525,7 @@ div
}
.box {
width: 141px;
width: 148px;
height: 84px;
padding: .5em;
margin: 0 auto;