mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 00:54:09 +00:00
fix: prefrence modal width (#6595)
This commit is contained in:
@@ -41,7 +41,7 @@ const StyledWrapper = styled.div`
|
||||
min-height: 70vh;
|
||||
max-height: 70vh;
|
||||
overflow-y: auto;
|
||||
max-width: 50vw;
|
||||
width: clamp(300px, 45vw, 550px);
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
|
||||
Reference in New Issue
Block a user