adapt blue unification area to max content

This commit is contained in:
Johanna Stuber 2021-03-10 12:27:22 +01:00
parent 86496440ed
commit 8068f82d40
2 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,3 @@ tc-proof-tree {
border-style: solid; border-style: solid;
border-color: #37485f; border-color: #37485f;
} }
tc-unification {
background-color: #e9f2fd;
}

View File

@ -1,3 +1,7 @@
tc-unification { tc-unification {
flex: initial; flex: initial;
background-color: #e9f2fd;
min-width: 100%;
width: max-content;
padding-left: 12px;
} }