Skip to content

Commit

Permalink
VC-3448 Fixed case for custom layout width and layout editor
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunaybek authored and nikitahl committed Mar 14, 2024
1 parent b5d6919 commit d2d6a4b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@
div.vcv-editor-theme-hf .vcv-layouts-html > [data-vce-boxed-width="true"],
div.vcv-header > [data-vce-boxed-width="true"],
.vcv-content--boxed .entry-content .vce-layouts-wp-content-area-container .vce-row-container > .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > .vce-row-content,
.vcv-content--boxed .entry-content .vce-global-template-inner > .vce-row-container > .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > .vce-row-content,
div.vcv-footer > [data-vce-boxed-width="true"],
div.vcv-content--boxed .entry-content > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"],
.vcv-content--boxed > .vce-row-container > .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > .vce-row-content,
.vcv-content--boxed .vcv-layouts-html > .vce-row-container > .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > .vce-row-content,
.vcv-content--boxed .vcv-layouts-html .vce-global-template-inner .vce-row-container > .vce-row[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > .vce-row-content,
div.vcv-content--boxed > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"],
div.vcv-editor-theme-hf .vcv-layouts-html > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"],
div.vcv-header > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"],
Expand Down

0 comments on commit d2d6a4b

Please sign in to comment.