Skip to content

Instantly share code, notes, and snippets.

@NikLP
Last active May 14, 2018 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NikLP/aea66764f7a5173d83bab9338640754d to your computer and use it in GitHub Desktop.
Save NikLP/aea66764f7a5173d83bab9338640754d to your computer and use it in GitHub Desktop.
Reposition dropbutton (multiple) on views table, remove spurious(?) padding/margin - CSS, Drupal 8
.view-VIEWNAME td .dropbutton-multiple {
display: flex;
justify-content: center;
align-items: center;
padding: 0 !important;
margin: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment