When using one-col layout for mini panel inside main panel with 3col layout width inherits from parent panel.

This happens because one-col layout has empty css rule for width

patch fixes this
panel-width.jpg

CommentFileSizeAuthor
#1 1352798-1col-layout.patch487 bytesandypost
panel-width.jpg5.97 KBandypost

Comments

andypost’s picture

Status: Active » Needs review
StatusFileSize
new487 bytes

patch also fixes a trailing white-space

merlinofchaos’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 6f384e7 on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1352798 by andypost: Ensure 1 column panel has 100% width.