I posted a question on the ZURB forum, but I noticed that there were no answers to any posts. Since I think that this problem can arise for many others, I think it would be nice to put it on the CO as well. Here it is:
I developed a minimal example of the problem using the following markup (Edited with CLCS advices):
<body>
<div class="row collapse test">
<div class="large-4 columns">
<p>Test 1</p>
</div>
<div class="large-4 columns">
<p>Test 2</p>
</div>
<div class="large-4 columns">
<p>Test 3</p>
</div>
</div>
</body>
All CSS classes are pristine ZURB Foundation classes. The only addition relates to the class of test tables, the sole purpose of which is only to obtain a visual aid on this problem (edited also for clarity):
.test div {
border: 1px solid red;
}
3 , . , , , , (. , , ).
[EDIT] , (Safari 7, Zurb Rails Gem 5.0.2.0) [/EDIT]
