diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-01 17:07:36 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-01 17:28:58 +0200 |
commit | 1a4026e94bd4ef0fce90d5c639a95b5be3c34aaa (patch) | |
tree | 6bf10ea95a01258c40f37f81e53ef1f93ad691d0 | |
parent | 151ec0c6f6e98245b0bd06a6e66b6ec3a63077f2 (diff) | |
download | plantagenet-1a4026e94bd4ef0fce90d5c639a95b5be3c34aaa.tar.gz |
wrap vassal display
-rw-r--r-- | play.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -536,6 +536,7 @@ body.shift .mat .capabilities { top: 38px; left: 24px; height: 50px; + max-width: 170px; display: flex; align-content: center; flex-wrap: wrap; @@ -547,6 +548,7 @@ body.shift .mat .capabilities { top: 240px; left: 24px; height: 50px; + max-width: 170px; display: flex; align-content: center; flex-wrap: wrap; |