Skip to content

Commit

Permalink
task/WP-65-DropdownViewFullPath-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Grafft committed Oct 2, 2023
1 parent ad75f18 commit 123a766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
}

.breadcrumb-container {
display: flex;
align-items: center;
display: flex;
align-items: center;
}

.truncate {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const ToolbarButton = ({ text, iconName, onClick, disabled }) => {
<Button
iconNameBefore={iconClassName}
type={text === 'Empty' ? 'primary' : 'secondary'}
size= 'small'
size="small"
disabled={disabled}
onClick={onClick}
>
Expand Down

0 comments on commit 123a766

Please sign in to comment.