Get rid of flexbox.
This commit is contained in:
parent
8f360fda4b
commit
04b79631d7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user