Piotr Bajer
Piotr Bajer
@arsentver Thanks for the tip, I would add `display: block;` to `:after` pseudo element, without it, your code did not work on ie11 for me.
> In a similar issue setting height to `0` did the trick to me: > > ``` > .foo { > display: flex; > flex-direction: column; > min-height: 500px; >...
This works for me: ``` /** * Filter REST API responses for post saves which include featured_media * field and force the post meta update even if the id doesn't...
Is this because of syntax error? Instead: ``` bower_components dist wp/wp-content/themes/**/img wp/wp-content/themes/**/fonts wp/wp-content/themes/**/js wp/wp-content/themes/**/css wp/wp-content/themes/**/media wp/wp-content/uploads ``` should be: ``` bower_components /dist wp/wp-content/themes/**/img wp/wp-content/themes/**/fonts wp/wp-content/themes/**/js wp/wp-content/themes/**/css wp/wp-content/themes/**/media wp/wp-content/uploads ``` Note...