CSS from TEC affecting Page Settings panel
-
I noticed that my Gutenberg admin panel had a funky style that was causing the “Template” drop-down in the Page Settings panel to expand to 100% of the panel’s height. With some CSS sleuthing (below) I found the culprit and patched it in my custom
style.css
.Then I started to deactivate plugins. The style is coming from TEC 5.8.1. Did I do something to cause this, or should it be reported as a bug?
This is the offending HTML element in the logged in page:
<div class="components-flex components-select-control e1cr7zh10 css-1wkpk1y-Flex-ItemsColumn css-1kxr59q-View-Root em57xhy0" data-wp-c16t="true" data-wp-component="Flex">
And here is the CSS:
.css-1wkpk1y-Flex-ItemsColumn { inline display: flex; align-items: normal; flex-direction: column; -moz-box-pack: justify; justify-content: space-between; height: 100%; <-- This line }
By removing the
height: 100%;
the control returns to normal.Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS from TEC affecting Page Settings panel’ is closed to new replies.