mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 08:58:32 +00:00
fix: fixed many bugs (too many to count :) )
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user