1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Fix for image-wrapping issue. Fix for x-editable loading animation.

This commit is contained in:
Cameron
2016-05-04 15:57:58 -07:00
parent 056e66530c
commit 8f14ff3527
2 changed files with 1 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ img.logo {
} }
.row > .col-md-4:nth-child(4n+1) { clear:both; } /* fix wrapping in gallery portfolio */ .row > .col-md-4:nth-child(4n+1) { clear:right; } /* fix wrapping in gallery portfolio */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB