I am trying to set a series in a column layout. I'm trying to use CSS3, but it cuts the elements in half. Here is an example:
http://jsfiddle.net/zh9zq/
Is it possible that the columns do not cut some elements in half? Thanks
Solution found:
-webkit-column-break-inside:avoid; -moz-column-break-inside:avoid; -o-column-break-inside:avoid; -ms-column-break-inside:avoid; column-break-inside:avoid;
Source: https://habr.com/ru/post/1402398/More articles:active rails entry: refresh table with entry - ruby-on-railshow to write on the border of text editing - androidNeed to retrieve data from a cookie that contains a registered client - windows-phone-7How to format code on aptana 3? - code-formattingAzure Diagnostics - runtime def vadcfg - azureHow to convert anonymous method to VB.NET - c #How to collapse the function body in Visual Studio 2010? - visual-studio-2010Jasmine compatibility with jQuery Mobile - javascriptAdd 30 minutes to current time in Java - javaJava GAE API Channel - google-app-engineAll Articles