Skip to content

Commit

Permalink
Merge pull request #3701 from illacloud/feat/update-menu-widget
Browse files Browse the repository at this point in the history
feat: update menu widget padding
  • Loading branch information
Wangtaofeng authored Feb 18, 2024
2 parents 95187d1 + 53da684 commit 44f83d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/src/widgetLibrary/MenuWidget/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function applyMenuBrandContainerStyle(mode: MenuMode): SerializedStyles {
display: inline-flex;
flex-direction: row;
align-items: center;
padding: ${mode === "horizontal" ? "0px" : "16px"} 24px;
padding: ${mode === "horizontal" ? "0px" : "16px"} 16px;
padding-bottom: ${mode === "horizontal" ? "0px" : "8px"};
margin-right: ${mode === "horizontal" ? "16px" : "0px"};
`
Expand Down

0 comments on commit 44f83d3

Please sign in to comment.