Last active
May 14, 2018 10:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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