mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 06:34:06 +00:00
feat(#197): prettier formatting on all files in packages/bruno-app
This commit is contained in:
@@ -5,8 +5,8 @@ const StyledWrapper = styled.div`
|
||||
color: ${(props) => props.theme.variables.name.color};
|
||||
}
|
||||
|
||||
.variable-name{
|
||||
min-width:180px;
|
||||
.variable-name {
|
||||
min-width: 180px;
|
||||
}
|
||||
|
||||
.variable-value {
|
||||
@@ -14,6 +14,6 @@ const StyledWrapper = styled.div`
|
||||
inline-size: 600px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
`
|
||||
`;
|
||||
|
||||
export default StyledWrapper;
|
||||
export default StyledWrapper;
|
||||
|
||||
Reference in New Issue
Block a user