From ea90fd8b18990368d04b1352256072b5e8f02efc Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 16 Jun 2020 09:38:35 -0400 Subject: [PATCH] fix number width and update lbryinc --- package.json | 2 +- ui/scss/component/_form-field.scss | 2 +- yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1d00091da..d0e4af11d 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", "lbry-redux": "lbryio/lbry-redux#f8ac5359d9d05fba2c3a536003a9d4c64b86c9f0", - "lbryinc": "lbryio/lbryinc#3ceb09549cb5ec22927ce3bea44ae8dbe2e4a006", + "lbryinc": "lbryio/lbryinc#72eee35f5181940eb4a468a27ddb2a2a4e362fb0", "lint-staged": "^7.0.2", "localforage": "^1.7.1", "lodash-es": "^4.17.14", diff --git a/ui/scss/component/_form-field.scss b/ui/scss/component/_form-field.scss index 899e9368d..3d48d6ed8 100644 --- a/ui/scss/component/_form-field.scss +++ b/ui/scss/component/_form-field.scss @@ -12,7 +12,7 @@ input-submit { } input[type='number'] { - width: 5rem; + width: 8rem; } fieldset-group { diff --git a/yarn.lock b/yarn.lock index 6c7cb03f7..cea80fd15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6215,9 +6215,9 @@ lbry-redux@lbryio/lbry-redux#f8ac5359d9d05fba2c3a536003a9d4c64b86c9f0: reselect "^3.0.0" uuid "^3.3.2" -lbryinc@lbryio/lbryinc#b0e6dc8318a6990d1d366e8b80c905d7ced8c476: +lbryinc@lbryio/lbryinc#72eee35f5181940eb4a468a27ddb2a2a4e362fb0: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/b0e6dc8318a6990d1d366e8b80c905d7ced8c476" + resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/72eee35f5181940eb4a468a27ddb2a2a4e362fb0" dependencies: reselect "^3.0.0"