Skip to content

Commit

Permalink
feat(boxai-sidebar): Box AI responsive width (#3788)
Browse files Browse the repository at this point in the history
* feat(boxai-sidebar): Box AI responsive width

* feat(boxai-sidebar): Box AI responsive width
  • Loading branch information
DanilaRubleuski authored Dec 12, 2024
1 parent 8e3d74a commit 2cc1986
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/elements/content-sidebar/BoxAISidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ $agentSelectorSidebarWidth: 211px;
}
}
}

@include breakpoint($medium-screen) {
.bcs-BoxAISidebar {
.bcs-BoxAISidebar-content {
width: auto;
height: 100%;
}
}
}

0 comments on commit 2cc1986

Please sign in to comment.