diff --git a/.github/workflows/test-js.yml b/.github/workflows/test-js.yml index 4cb9bba6f..9080649bd 100644 --- a/.github/workflows/test-js.yml +++ b/.github/workflows/test-js.yml @@ -23,7 +23,6 @@ jobs: node-version: ${{ matrix.node-version }} - name: Lint js files run: | - npm install -g npm npm ci npm run lint env: diff --git a/src/blocks/blocks/section/editor.scss b/src/blocks/blocks/section/editor.scss index a1dd17ffd..358a0ddd4 100644 --- a/src/blocks/blocks/section/editor.scss +++ b/src/blocks/blocks/section/editor.scss @@ -85,7 +85,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la background: var( --background ); transition: 0.3s; - word-wrap: anywhere; &:hover { background: var( --background-color-hover ); @@ -95,10 +94,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la position: relative; } - * { - word-wrap: anywhere; - } - a:not( .wp-block-button__link ):not( .social-icon ) { color: var( --link-color ); } @@ -113,10 +108,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la .wp-block-themeisle-blocks-slider { display: block; - - > div { - max-width: 100%; - } } .aligncenter { diff --git a/src/blocks/blocks/section/style.scss b/src/blocks/blocks/section/style.scss index 5a28c6576..c7951a60c 100644 --- a/src/blocks/blocks/section/style.scss +++ b/src/blocks/blocks/section/style.scss @@ -57,7 +57,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la background: var( --background ); transition: 0.3s; - word-wrap: anywhere; &:hover { background: var( --background-color-hover ); @@ -77,7 +76,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la .wp-block-themeisle-blocks-slider { display: grid; - max-width: 100%; } .aligncenter {