forked from MapComplete/MapComplete
Change height
This commit is contained in:
parent
55cde117d7
commit
302289c36e
1 changed files with 2 additions and 2 deletions
|
@ -185,12 +185,12 @@
|
||||||
<Region configs={perRegion["expert"]} {state} />
|
<Region configs={perRegion["expert"]} {state} />
|
||||||
</div>
|
</div>
|
||||||
<div slot="title5">Configuration file</div>
|
<div slot="title5">Configuration file</div>
|
||||||
<div slot="content5">
|
<div slot="content5" class="h-full">
|
||||||
<div>
|
<div>
|
||||||
Below, you'll find the raw configuration file in `.json`-format. This is mostly for
|
Below, you'll find the raw configuration file in `.json`-format. This is mostly for
|
||||||
debugging purposes, but you can also edit the file directly if you want.
|
debugging purposes, but you can also edit the file directly if you want.
|
||||||
</div>
|
</div>
|
||||||
<div class="literal-code h-64 w-full">
|
<div class="literal-code h-full w-full">
|
||||||
<RawEditor {state} />
|
<RawEditor {state} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue