mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
5e58370b8c
commit
d6281424f4
2 changed files with 4 additions and 4 deletions
|
@ -125,4 +125,8 @@ $max-width: 160px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -414,10 +414,6 @@
|
||||||
// when Show More is clicked
|
// when Show More is clicked
|
||||||
min-height: 105px;
|
min-height: 105px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge-link {
|
|
||||||
max-width: 200px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-more-tags {
|
.show-more-tags {
|
||||||
|
|
Loading…
Reference in a new issue