Blender Studio pull request - Version 2.2.0 update #104394
@ -275,6 +275,7 @@ table
|
|||||||
/* Type. */
|
/* Type. */
|
||||||
h1, h2, h3, h4, h5, h6
|
h1, h2, h3, h4, h5, h6
|
||||||
+fw-title
|
+fw-title
|
||||||
|
text-wrap: balance
|
||||||
|
|
||||||
h1
|
h1
|
||||||
line-height: calc(40 / 32)
|
line-height: calc(40 / 32)
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
<h2>
|
<h2>
|
||||||
{{ asset.name }}
|
{{ asset.name }}
|
||||||
{% if asset.is_free %}
|
{% if asset.is_free %}
|
||||||
{% include "common/components/cards/pill.html" with class="ms-2" label='Free' %}
|
{% include "common/components/cards/pill.html" with class="ms-1" label='Free' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user