Fix width of type inference rules

This commit is contained in:
Arne Keller 2021-03-17 16:18:27 +01:00
parent c1f14764c6
commit bdbc53efbc

View File

@ -49,6 +49,7 @@
#type-inference-view #rules {
width: 28em;
flex-shrink: 0;
overflow-y: auto;
}