Skip to content

Commit

Permalink
Updating the term taxonomy images didn't update them in the block
Browse files Browse the repository at this point in the history
Fixes #483
  • Loading branch information
SteveJonesDev committed Oct 23, 2023
1 parent 3932f21 commit 4feead1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/editor-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/scss/blocks/taxonomy-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
color: brand-color('tertiary');
text-decoration: underline;
}
img {
min-height: 33px;
}
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"uuidString" : "F098CAB6-68FD-4BF6-AE0A-27C6B360832B"
}
],
"creatorBuild" : "34518",
"creatorBuild" : "34484",
"files" : {
"\/.github\/workflows\/develop.yml" : {
"cB" : 0,
Expand Down Expand Up @@ -5171,6 +5171,9 @@
"active" : 0,
"optionString" : "'except-parens'"
},
"no-return-await" : {
"active" : 0
},
"no-script-url" : {
"active" : 0
},
Expand Down

0 comments on commit 4feead1

Please sign in to comment.