- client: fix log filters styles

This commit is contained in:
Ildar Kamalov
2020-08-01 17:13:48 +03:00
parent b9aa969a56
commit 9fecab8675
5 changed files with 24 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ const Form = ({
{INPUTS_FIELDS.map(({
name, title, description, placeholder, validate, max,
}) => <div className="col-12" key={name}>
<div className="col-7 p-0">
<div className="col-12 col-md-7 p-0">
<div className="form__group form__group--settings">
<label htmlFor={name}
className="form__label form__label--with-desc">{t(title)}</label>