mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
adapt blue unification area to max content
This commit is contained in:
parent
86496440ed
commit
8068f82d40
@ -60,7 +60,3 @@ tc-proof-tree {
|
||||
border-style: solid;
|
||||
border-color: #37485f;
|
||||
}
|
||||
|
||||
tc-unification {
|
||||
background-color: #e9f2fd;
|
||||
}
|
||||
|
@ -1,3 +1,7 @@
|
||||
tc-unification {
|
||||
flex: initial;
|
||||
background-color: #e9f2fd;
|
||||
min-width: 100%;
|
||||
width: max-content;
|
||||
padding-left: 12px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user