Get rid of flexbox.
This commit is contained in:
parent
8f360fda4b
commit
04b79631d7
@ -42,22 +42,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.OrgAstNodeType {
|
.OrgAstNodeType {
|
||||||
display: flex;
|
|
||||||
align-items: flex-end;
|
|
||||||
background: #6ccff6;
|
background: #6ccff6;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
> span:first-child {
|
> span:first-child {
|
||||||
display: inline-block;
|
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
flex: 0 0 1;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> span:nth-child(2) {
|
> span:nth-child(2) {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
display: inline-block;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
flex: 1 0 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user