Skip to content

Bookmarks dropdown displays incorrectly in AdminThemeUikit #2340

Description

@matjazpotocnik

This is how bookmarks look in AdminThemeUikit:

Image

And this is AdminThemeDefault:

Image

I would add display: block in wire/modules/Process/ProcessPageEdit/PageBookmarks.css

.pw-content li, .content li {
  margin: 1em 0;
  display: block; /* add */
}

and then in pw.min.css, in one of the .less files (not in PageBookmarks.css, as that would affect AdminThemeDefault):

.pw-content ul.bookmarks {
  padding-left: 5px; /* reduced from default 30px */
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions