improve allocation chart label placement

This commit is contained in:
Anantha Kumaran 2022-05-07 20:43:13 +05:30
parent 4701c113f1
commit 518d48a6cc
1 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,10 @@ body {
box-sizing: border-box;
position: absolute;
overflow: hidden;
padding-top: 30px;
display: flex;
justify-content: center;
flex-direction: column;
flex-wrap: wrap;
}
#d3-allocation-category, #d3-allocation-value {