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.
テキストエリアの単一行の高さを変更したい。だから私はrow-height:20px;それが存在するなら、それは素晴らしいことのようなものを探しています. 私はそうではないと推測しているので、どうすればいいですか?前もって感謝します。
row-height:20px;
1 行で高さが 20 ピクセルのテキストエリアが必要です。CSS の高さ関数を使用してこれを設定することはできません。
あなたが欲しいline-height:
line-height
textarea { line-height: 2em; }