Skip to content

Commit

Permalink
fixed constructor max-width css in TT1 theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Jan 8, 2022
1 parent bce0d4a commit 33a39f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/admin/constructor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@

// change content width.
.wp-block {
max-width: none;
// stylelint-disable-next-line
max-width: none !important;
margin-top: 0;
}

Expand Down

0 comments on commit 33a39f2

Please sign in to comment.