0

2 つのスパンがあり、以下のように UI に表示します

span1:The example will show you how to implement a span  (Span2)

しかし、スパン 2 の長さが長すぎる場合は、以下のようにします

span1:The example will show you how to 
      implement a too long span (Span2)

どのcssを使用すればよいですか?

ありがとう

4

2 に答える 2

0

あなたが使用することができます:max-width:300px;

于 2013-02-27T11:10:25.770 に答える
0

これを試して word-wrap: break-word;

于 2013-02-27T11:20:30.003 に答える