mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
hr fixes
This commit is contained in:
@@ -1 +1 @@
|
||||
<div class="hr-text hr-text-{{ include.position | default: 'left' | downcase }}{% if include.color %} text-{{ include.color }}{% endif %}">{{ include.text }}</div>
|
||||
<div class="hr-text{% if include.position %} hr-text-{{ include.position | downcase }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}">{{ include.text | default: 'Label' }}</div>
|
||||
|
||||
Reference in New Issue
Block a user