diff --git a/apps/client/src/widgets/ribbon/NotePathsTab.css b/apps/client/src/widgets/ribbon/NotePathsTab.css index 64c7374480..201117cce9 100644 --- a/apps/client/src/widgets/ribbon/NotePathsTab.css +++ b/apps/client/src/widgets/ribbon/NotePathsTab.css @@ -17,11 +17,13 @@ body.experimental-feature-new-layout .note-paths-widget { padding: 8px 20px 8px 25px; &:first-child { - border-radius: var(--border-radius) var(--border-radius) 0 0; + border-top-left-radius: var(--border-radius); + border-top-right-radius: var(--border-radius); } &:last-child { - border-radius: 0 0 var(--border-radius) var(--border-radius); + border-bottom-left-radius: var(--border-radius); + border-bottom-right-radius: var(--border-radius); } & + li {