Fix id
This commit is contained in:
@@ -94,7 +94,7 @@ All our docs are the results of community efforts. Create a pull request if you
|
|||||||
|
|
||||||
<!-- section 6 (DOCUMENTATION) -->
|
<!-- section 6 (DOCUMENTATION) -->
|
||||||
|
|
||||||
{% row(style="center between") %}
|
{% row(style="center between" id="table_link") %}
|
||||||
|
|
||||||
## EXPLORE THE <br> **DOCUMENTATION**
|
## EXPLORE THE <br> **DOCUMENTATION**
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ Parameters:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% set col_class = "flex-1 mb-8 md:mb-0 md:mx-8" %}
|
{% set col_class = "flex-1 mb-8 md:mb-0 md:mx-8" %}
|
||||||
|
{% set row_id = '' %}
|
||||||
|
|
||||||
|
{% if id %}
|
||||||
|
{% set row_id = id %}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if style %}
|
{% if style %}
|
||||||
|
|
||||||
@@ -78,7 +84,7 @@ Parameters:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="{{row_class}}" style="{{styles}}">
|
<div class="{{row_class}}" style="{{styles}}" id="{{row_id}}">
|
||||||
{% for column in columns%}
|
{% for column in columns%}
|
||||||
|
|
||||||
<!-- Hides empty columns if displayed vertically in small screen -->
|
<!-- Hides empty columns if displayed vertically in small screen -->
|
||||||
|
|||||||
Reference in New Issue
Block a user