I am trying to make a h2 header for sidebar widgets but I want the width of the div class to be whatever width the content becomes. It seems I can\'t just set a width because th
I faced the same issue and I resolved it by using: max-width: fit-content;
max-width: fit-content;