react-dynamic-forms
Version:
Dynamic forms library for React
15 lines (13 loc) • 453 B
CSS
/**
* Copyright (c) 2015 - present, The Regents of the University of California,
* through Lawrence Berkeley National Laboratory (subject to receipt
* of any required approvals from the U.S. Dept. of Energy).
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
textarea.form-control {
font-size: 12px;
padding-left: 10px;
}