/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * */ .Input__wrapper { display: flex; flex-direction: row; align-items: center; margin-bottom: 10px; } .Input__label { display: flex; flex: 1; color: #666; } .Input__input { display: flex; flex: 2; border: 1px solid #999; padding-top: 7px; padding-bottom: 7px; padding-left: 10px; padding-right: 10px; font-size: 16px; border-radius: 5px; min-width: 0; }