Get rid of flexbox.

This commit is contained in:
Tom Alexander 2024-01-27 21:49:17 -05:00
parent 8f360fda4b
commit 04b79631d7
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 2 additions and 6 deletions

View File

@ -42,22 +42,18 @@
}
.OrgAstNodeType {
display: flex;
align-items: flex-end;
background: #6ccff6;
padding: 3px;
overflow: hidden;
> span:first-child {
display: inline-block;
font-size: 1.3rem;
font-weight: 700;
flex: 0 0 1;
white-space: nowrap;
}
> span:nth-child(2) {
margin-left: 1rem;
display: inline-block;
text-overflow: ellipsis;
flex: 1 0 0;
overflow: hidden;
white-space: nowrap;
}