chore: fixed env table styling issue

This commit is contained in:
Anoop M D 2023-09-24 23:31:48 +05:30
parent 7a0322d09e
commit 18f185d37c

View File

@ -12,12 +12,14 @@ const Wrapper = styled.div`
border: 1px solid ${(props) => props.theme.collection.environment.settings.gridBorder};
padding: 4px 10px;
&:nth-child(1) {
width: 30%;
&:nth-child(1),
&:nth-child(4),
&:nth-child(5) {
width: 70px;
}
&:nth-child(3) {
width: 70px;
&:nth-child(2) {
width: 25%;
}
}