Merge pull request #21632 from overleaf/jel-badge-width

[web] Update `max-width` on tag links on template page and blog pages and add tooltips

GitOrigin-RevId: ba25d0850b693f72b36e9faca64025c60ebd44dd
This commit is contained in:
Jessica Lawshe 2024-11-07 09:27:49 -06:00 committed by Copybot
parent 5e58370b8c
commit d6281424f4
2 changed files with 4 additions and 4 deletions

View file

@ -125,4 +125,8 @@ $max-width: 160px;
margin: 0;
padding: 0;
align-content: flex-start;
.badge {
max-width: 200px;
}
}

View file

@ -414,10 +414,6 @@
// when Show More is clicked
min-height: 105px;
}
.badge-link {
max-width: 200px;
}
}
.show-more-tags {