mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
dfcc805549
commit
1e17fa7057
1 changed files with 4 additions and 0 deletions
|
@ -343,6 +343,10 @@
|
||||||
.template-detail {
|
.template-detail {
|
||||||
display: contents;
|
display: contents;
|
||||||
|
|
||||||
|
div:first-child {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
&.tags > div {
|
&.tags > div {
|
||||||
margin-top: var(--spacing-06);
|
margin-top: var(--spacing-06);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue