Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/templates/components/trail.twig')
-rw-r--r--assets/templates/components/trail.twig6
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/templates/components/trail.twig b/assets/templates/components/trail.twig
index fe8b081b..90530259 100644
--- a/assets/templates/components/trail.twig
+++ b/assets/templates/components/trail.twig
@@ -1,5 +1,6 @@
<div class="trail" data-controller="{{controller_name}}">
- <table style="float:left">
+
+ <table style="float:left" class="trail_table">
<tbody>
<tr>
{% for crumb in crumbs %}
@@ -18,7 +19,7 @@
</tbody>
</table>
{% if search_paths %}
- <table style="float:right">
+ <table style="float:right" class="search_path">
<tbody>
<tr>
<td class="crumb" style=" vertical-align: inherit;">
@@ -44,4 +45,5 @@
</tbody>
</table>
{% endif %}
+
</div> \ No newline at end of file