mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
fix(ai): prevent AI preferences panel clipping and enforce min-height on Generate Tests textarea (#8495)
This commit is contained in:
@@ -105,6 +105,7 @@ export const PopupWrapper = styled.div`
|
||||
background: ${(props) => props.theme.input.bg};
|
||||
color: ${(props) => props.theme.text};
|
||||
resize: vertical;
|
||||
min-height: calc(3 * 1.4em + 18px);
|
||||
outline: none;
|
||||
transition: border-color 0.15s ease;
|
||||
|
||||
|
||||
@@ -41,6 +41,8 @@ const StyledWrapper = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.ai-master {
|
||||
|
||||
Reference in New Issue
Block a user