Why do we have to fight against the system, thatās painfulā¦
Canāt we just have a setting that prevent Bricks from having this .tag class?
Why do we have to fight against the system, thatās painfulā¦
Canāt we just have a setting that prevent Bricks from having this .tag class?
Hi @Matej,
Can we have an answer on this?
Itās not possible for us to always have to add a more specific CSS selector to fight the width: auto; coming from Bricks .tag classā¦
Thank you for considering a fix for that.
Have you tried that, @Adrien? Did the āinlineā styles solves the issue for you?
If yes, then itās the same issue as Iāve linked above, and we have an internal task already created.
Please let me know.
Matej
The different template styles may be causing this issue. The hero section might be applying CSS thatās affecting the logoās size in the single page template.
Iām having this same issue when switching from internal to external stylesheets. I would prefer to use external, of course.
It should be solved by using cascade layers @webmonkey
1.12.4: Bricks Ā» Settings Ā» Performance Ā» Cascade Layer
2.0-alpha: Nothing to enable, as itās the new default
Yep, that fixed it. Much appreciated.
Hey guys, I ranted about this on Facebook and Maxime led me here.
Iām still unsure about the reasoning behind adding this class and its CSS ābehind the userās backā (for lack of a better term) and not giving us access to it. It causes us to lose time questioning our sanity and rifling through the DOM to find whatās breaking our layouts.
Case in point: @layers or not, the image in this layout wonāt stretch because of height: max-content; on the .tag class.
(Link from the video: dsadsasda Ā» Pflegeteam Lampe)
Well-intentioned as the CSS may be, Iāll go out on a limb and say it interferes with our work.
I wrote some counter-CSS and itās all good now, but the fact I had to do this reminds me of my Beaver Builder days and triggers some old traumas
Hey @mr.matt.eastwood the video is not playing for me but if you set align-items: stretch
on the container, it should stretch