Skip to content

Commit

Permalink
Tweak styling in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Oct 25, 2021
1 parent 41bd841 commit 0d7a4a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/components/src/tools-panel/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,13 @@ export const WithSlotFillItems = () => {
export { TypographyPanel } from './typography-panel';

const PanelWrapperView = styled.div`
max-width: 270px;
max-width: 280px;
font-size: 13px;
.components-dropdown-menu__menu {
max-width: 220px;
}
.single-column {
grid-column: span 1;
}
Expand Down

0 comments on commit 0d7a4a1

Please sign in to comment.