logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0f812394515c2dd428e3889a924df2885bdf44f1
parent 05a7e612aa6d9f2a44eea22266b325933da6f5ad
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  8 May 2023 21:11:48 +0300

remove restriction on number input's width

Diffstat:

Msrc/components/settings_modal/settings_modal_admin_content.scss4----
Msrc/components/settings_modal/settings_modal_user_content.scss4----
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/components/settings_modal/settings_modal_admin_content.scss b/src/components/settings_modal/settings_modal_admin_content.scss @@ -48,9 +48,5 @@ color: var(--cRed, $fallback--cRed); color: $fallback--cRed; } - - .number-input { - max-width: 6em; - } } } diff --git a/src/components/settings_modal/settings_modal_user_content.scss b/src/components/settings_modal/settings_modal_user_content.scss @@ -48,9 +48,5 @@ color: var(--cRed, $fallback--cRed); color: $fallback--cRed; } - - .number-input { - max-width: 6em; - } } }