mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Fix attributes box size being too small on Japanese (#9984)
This commit is contained in:
parent
1c1b050e2c
commit
311a898938
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ div
|
|||
}
|
||||
|
||||
.box {
|
||||
width: 141px;
|
||||
width: 148px;
|
||||
height: 84px;
|
||||
padding: .5em;
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue