Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleCustom CSS
linenumberstrue
.action-link.open .dropdown-menu {
    width: max-content;
    left: unset;
    right: 0;
}

.action-link .dropdown-menu {
    width: max-content;
    left: auto;
    right: 0;
}

Download Demo App