Commit 7bb86842691a6a8ab4173786322a8727c393c31f
1 parent
c26a5263
Exists in
master
and in
29 other branches
Fix css for container block
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
plugins/container_block/public/style.css
1 | #content .boxes .container-block .container_block_child, .container-block .block-outer { | 1 | #content .boxes .container-block .container_block_child, .container-block .block-outer { |
2 | - float: left; | 2 | + display: inline-block; |
3 | + vertical-align: top; | ||
3 | } | 4 | } |
4 | 5 | ||
5 | .container-block .block-target { | 6 | .container-block .block-target { |