Skip to content

Instantly share code, notes, and snippets.

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/3b35711570e8a7613fae644ad8bc3641 to your computer and use it in GitHub Desktop.
Save NikLP/3b35711570e8a7613fae644ad8bc3641 to your computer and use it in GitHub Desktop.
.view-VIEWNAME .form--inline .form-item {
display: inline;
float: none;
}
.view-VIEWNAME .form--inline .form-actions {
display: inline-block;
}
@jimodl
Copy link

jimodl commented Apr 30, 2021

I just read a hilariously long dialog here ( https://www.drupal.org/project/claro/issues/3055598 ) for Claro and then stumbled on to your tidy solution for any theme here. Thanks!

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