You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the Tags/Categories for Events accommodate longer names?
Could we make the maximum tag title a little longer. Here is an example with the Carrie Chapman Catt Center. Maybe make it shrink to fit longest tag, but max out at a certain value with CSS?
Can the Tags/Categories for Events accommodate longer names?
Could we make the maximum tag title a little longer. Here is an example with the Carrie Chapman Catt Center. Maybe make it shrink to fit longest tag, but max out at a certain value with CSS?
.calendar__categories-wrap {
max-width: fit-content;
}
And then
select#event-categories {
padding-right: 50px;
}
to take the dropdown icon into account? Something along those lines
The text was updated successfully, but these errors were encountered: