Skip to content

Commit

Permalink
remove quote from property as it is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Oct 1, 2024
1 parent 717d158 commit 63566cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/tabsv2/StyledTabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const TabsContainer = styled.div<{
}>`
height: 100%;
width: 100%;
contain: 'layout';
contain: layout;
display: flex;
flex-direction: column;
background-color: ${(props) =>
Expand Down

0 comments on commit 63566cd

Please sign in to comment.