You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-format in SubNavigation.
Move Styling: Transfer these styles to the client package.
Update References: Modify any references in SubNavigation to 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.
The text was updated successfully, but these errors were encountered:
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
.dc-root_wide-format
inSubNavigation
.SubNavigation
to use the relocated styles.Goal
Ensure
SubNavigation
maintains functionality and appearance with appropriately defined styles.The text was updated successfully, but these errors were encountered: