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
Move version picker to right of component home link (#159)
* move version picker to right of component home link
* add all items to breadcrumbs trail
* remove latest text on select and shrink font size
* remove assets-manifest and hashing for preview mode
* revert changes to breadcrumbs
Copy file name to clipboardExpand all lines: src/partials/page-versions.hbs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
{{#withpage.versions}}
2
-
<divclass="dropdown my-2">
2
+
<divclass="dropdown ml-auto">
3
3
<buttonid="page-version-dropdown"title="Show other versions of page"class="group dropdown-trigger btn btn-soft btn-primary btn-small"aria-haspopup="true"aria-expanded="false">
0 commit comments