fix: fixed many bugs (too many to count :) )

This commit is contained in:
Anoop M D
2023-02-01 21:21:21 +05:30
committed by Anoop M D
parent 8202182074
commit a0903a5842
14 changed files with 123 additions and 49 deletions

View File

@@ -6,12 +6,12 @@ const StyledWrapper = styled.div`
}
.variable-name{
width:100px;
min-width:180px;
}
.variable-value {
max-width: 500px;
inline-size: 500px;
max-width: 600px;
inline-size: 600px;
overflow-wrap: break-word;
}
`