fix: UI alignment for key value arrays (#15235)

fix: added required padding for form label div
This commit is contained in:
Ayush Pahwa 2022-07-16 17:20:58 +05:30 committed by GitHub
parent 68108d7827
commit 886359b0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ import styled from "styled-components";
const FlexWrapper = styled.div`
display: flex;
width: fit-content;
margin-right: 16px;
& .t--js-toggle {
margin-bottom: 0px;
}