Merge pull request #21630 from overleaf/jel-template-labels-nowrap

[web] Don't wrap labels on template page

GitOrigin-RevId: 5c7fb124cf3f6c29ffc7ae3e6a8232f2b570a4b9
This commit is contained in:
Jessica Lawshe 2024-11-06 11:10:51 -06:00 committed by Copybot
parent dfcc805549
commit 1e17fa7057

View file

@ -343,6 +343,10 @@
.template-detail {
display: contents;
div:first-child {
white-space: nowrap;
}
&.tags > div {
margin-top: var(--spacing-06);
}