The top of templates dev tools was hidden behind the header (#6297)

This commit is contained in:
Bram Kragten 2020-07-01 23:15:48 +02:00 committed by GitHub
parent 8cc0b46335
commit b656f189b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ For loop example:
}
computeFormClasses(narrow) {
return narrow ? "content fit" : "content fit layout horizontal";
return narrow ? "content" : "content layout horizontal";
}
computeRenderedClasses(error) {