diff --git a/package.json b/package.json index 264659080..c1a1c3ed4 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", "lbry-redux": "lbryio/lbry-redux#2a7e05940f892f104428eeb37bd1f178da811a09", - "lbryinc": "lbryio/lbryinc#351d0a08806b0f770b50066b61a806171f6424d4", + "lbryinc": "lbryio/lbryinc#437260f3dad2321e892388b68749ee6af01aff2b", "lint-staged": "^7.0.2", "localforage": "^1.7.1", "make-runnable": "^1.3.6", diff --git a/src/ui/component/common/form-components/form-field.jsx b/src/ui/component/common/form-components/form-field.jsx index 806fcc39c..cc86c8cb5 100644 --- a/src/ui/component/common/form-components/form-field.jsx +++ b/src/ui/component/common/form-components/form-field.jsx @@ -3,7 +3,6 @@ import * as React from 'react'; import ReactDOMServer from 'react-dom/server'; import MarkdownPreview from 'component/common/markdown-preview'; import SimpleMDE from 'react-simplemde-editor'; -// For now I just added them in the markdown-editor scss file import 'easymde/dist/easymde.min.css'; import Toggle from 'react-toggle'; import { openEditorMenu, stopContextMenu } from 'util/context-menu'; diff --git a/src/ui/scss/component/_form-field.scss b/src/ui/scss/component/_form-field.scss index 0d1c51af1..4af72448e 100644 --- a/src/ui/scss/component/_form-field.scss +++ b/src/ui/scss/component/_form-field.scss @@ -115,7 +115,7 @@ fieldset-group { fieldset-section:first-child { .form-field__prefix { white-space: nowrap; - padding: 0.15em var(--spacing-s); + padding: 0.2rem var(--spacing-s); padding-right: 0; border: 1px solid; border-right: 0; diff --git a/yarn.lock b/yarn.lock index a781ced3a..2db758eb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6074,9 +6074,9 @@ lbry-redux@lbryio/lbry-redux#2a7e05940f892f104428eeb37bd1f178da811a09: reselect "^3.0.0" uuid "^3.3.2" -lbryinc@lbryio/lbryinc#351d0a08806b0f770b50066b61a806171f6424d4: +lbryinc@lbryio/lbryinc#437260f3dad2321e892388b68749ee6af01aff2b: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/351d0a08806b0f770b50066b61a806171f6424d4" + resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/437260f3dad2321e892388b68749ee6af01aff2b" dependencies: bluebird "^3.5.1" reselect "^3.0.0"