Community > Answers
27 views

Is there a way to have just the urls split in css for Live Visualizer?

I'm doing a @media print stylesheet for Live Visualizer that has long urls. I created a class (.kp-urlstring) to try to just break that line versus the whole column, but it isn't working. The only thing that works to break the url is if I use the .lv-list class.

If I use it within the .lv-list class, then it breaks up the name of the resource next to the floating logo image and that looks terrible and makes it unreadable. I need to try to float the image because, believe it or not, I'm trying to save paper, postage, and time for the social workers.

 

 body {
        columns: 2;
    }
.lv-list {
  border: 1px outset black;
overflow-wrap: break-word;
    widows: 3;
   }

 

Thanks for any help.

Katherine Prouty Katherine Prouty
asked 06/08/2022 21:01
Add Comment
Katherine Prouty
replied 06/08/2022 21:13

Forget it! I forgot to put the class in the template first! It works now. 

Last Activity 06/08/2022 21:13

No answers found

Add an Answer