-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Problem
The SubNavigation component in diplodoc-platform/components uses the .dc-root_wide-format class, which isn't defined in the current library. This can cause styling issues.
Solution
Move the styles for .dc-root_wide-format from the diplodoc-platform/components package to the diplodoc-platform/client package.
Tasks
- Identify Usage: Find all occurrences of
.dc-root_wide-formatinSubNavigation. - Move Styling: Transfer these styles to the client package.
- Update References: Modify any references in
SubNavigationto use the relocated styles. - Testing: Ensure the component works and is styled correctly post-changes.
Goal
Ensure SubNavigation maintains functionality and appearance with appropriately defined styles.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo