How can I make text wrap?

后端 未结 5 871
花落未央
花落未央 2021-01-04 04:41

Usually text is pretty short so I had no idea this was a problem until I ran into it yesterday. I was trying and failing to set a 50% wi

5条回答
  •  抹茶落季
    2021-01-04 05:14

    Try this simpler approach:

    legend{
        color:green;
        white-space: normal;
    }
    

    That should sort your legend out. Your next problem becomes the background color of your fieldset, but that's easily solved by wrapping the whole thing in a div and styling that.

提交回复
热议问题