Skip to content

Commit

Permalink
fix: hide tabs bar on full screen entry form (#4490)
Browse files Browse the repository at this point in the history
  • Loading branch information
leopuleo authored Jan 15, 2025
1 parent 3cd8723 commit 5e69da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const FullScreenContentEntryContainer = styled.div`
margin: 0;
}
#cms-content-details-tabs .webiny-ui-tabs__tab-bar {
#cms-content-details-tabs > .webiny-ui-tabs__tab-bar {
display: none;
}
`;
Expand Down

0 comments on commit 5e69da5

Please sign in to comment.