Fix width of type inference rules

This commit is contained in:
Arne Keller 2021-03-11 17:10:15 +01:00
parent ebd6abb461
commit 2eaf3eff15

View File

@ -48,8 +48,7 @@
} }
#type-inference-view #rules { #type-inference-view #rules {
min-width: 25em; width: 28em;
overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
} }