mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 22:54:07 +00:00
fix: fixed env var issues
This commit is contained in:
@@ -4,6 +4,16 @@ const StyledWrapper = styled.div`
|
||||
.variable-name {
|
||||
color: ${(props) => props.theme.variables.name.color};
|
||||
}
|
||||
|
||||
.variable-name{
|
||||
width:100px;
|
||||
}
|
||||
|
||||
.variable-value {
|
||||
max-width: 500px;
|
||||
inline-size: 500px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
`
|
||||
|
||||
export default StyledWrapper;
|
||||
Reference in New Issue
Block a user