This commit is contained in:
SBD
2023-12-08 16:07:24 +03:00
parent 4703d883de
commit 9f12bd058d
5 changed files with 40 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
{% if widget.but_title %}
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};text-decoration: none;">
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};text-decoration: none;padding: 5px;display: block;">
{{ widget.but_title }}
</a>
{% endif %}