Unit list.

This commit is contained in:
PeekabooSteam
2023-03-16 15:06:42 +00:00
parent b89a1ed418
commit 4c6d445c4a
8 changed files with 130 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
#unit-data-table {
display:flex;
flex-direction: column;
font-size:13px;
max-height: 150px;
width:fit-content;
}
#unit-data-table > div {
display:flex;
flex-direction: row;
flex-wrap: nowrap;
}
#unit-data-table > div > div {
text-overflow: ellipsis;
white-space: nowrap;
width:100px;
}
#unit-data-table > div:first-of-type {
text-align: center;
}
#unit-data-table > div > div:nth-of-type( 4 ) {
text-align: center;
}