Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーからデータを収集するための単純な Web フォームがあります。私の特定のケースでは、JSON フィールドを利用してカスタム データ構造を収集しています。
JSON フィールドの高さ/サイズを変更することはできますか?
次の CSS ルールをスタイルシートに追加します。
.CodeMirror { height: auto; }
これで、JSON エディション フィールド ウィジェットがシリアライズされた JSON の高さと一致します。