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.
Form Builder を使用して、繰り返しセクションに 14 列のテーブルを作成しました。今、私たちは細胞を見ることができません。セル幅が狭くなっているためです。Form Builder にスクロール バーを追加してセルを正常に表示する方法は? 更新しました!これは次のようになります。
以下は、私がここにまとめた簡単な例のトリックを行うようです:
.xbl-fr-grid { overflow: scroll } .xbl-fr-grid .fr-grid { width: 1500px; max-width: none }
ただし、これを独自の状況に適応させたい場合があります。そのためには、Chrome 開発ツールまたは Firebug を使用し、CSS の知識が役に立ちます。