fix: UI alignment for key value arrays (#15235)
fix: added required padding for form label div
This commit is contained in:
parent
68108d7827
commit
886359b0a3
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user