Skip to main content
Question

CSS hack to "level" Filter and Search for Services

  • September 18, 2023
  • 2 replies
  • 67 views

jyork
Sidekick (Customer)
Forum|alt.badge.img+9
  • Sidekick (Customer)
  • 80 replies

Has anyone come up with a CSS hack to “level” these 2 divs so that they are on the same line. This one has been driving me crazy for some time, not sure why they are not level out of the box.
 

 

2 replies

Forum|alt.badge.img+12
  • Hero (Customer)
  • 145 replies
  • October 3, 2023

Have you tried this? Seems to work our end.

.tundra .axios-service-catalogue .filterButtonContainer {
    align-items: center;
}
Screenshot of the services search input field

 


jyork
Sidekick (Customer)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 80 replies
  • October 3, 2023

Have you tried this? Seems to work our end.

.tundra .axios-service-catalogue .filterButtonContainer {
    align-items: center;
}
Screenshot of the services search input field

 

It’s glorious! Thanks so much