Skip to content

Commit

Permalink
Style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davejtoews committed Mar 29, 2019
1 parent af6db17 commit 8815d81
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions build/bundle.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.cf-rich-text-no-media .mce-edit-area,
.cf-rich-text-no-media .regular-text {
min-height: 10em; }

.cf-rich-text-no-media input[value="img"] {
display: none; }

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["wordpress", "carbon-field", "carbon-fields-rich-text-no-media"],
"homepage": "https://github.com/evanshunt/carbon-fields-rich-text-no-media",
"type": "library",
"version": "1.0.1",
"version": "1.0.2",
"license": "GPL-2.0+",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-field-rich-text-no-media",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"start": "npm run development -- --watch",
"build": "npm run development && npm run production",
Expand Down
5 changes: 0 additions & 5 deletions src/style.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
.cf-rich-text-no-media {
.mce-edit-area,
.regular-text {
min-height: 10em;
}

input[value="img"] {
display: none;
}
Expand Down

0 comments on commit 8815d81

Please sign in to comment.