[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Tracker fields edit: table overflow issue because the table-responsive...
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69c3c6fd319f9_3b18de54990e1@gitlab-sidekiq-low-urgency-cpu-bound-v2-847db959-tjmbc.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
344ae1e8 by Yves Ngalamulume at 2026-03-25T11:21:37+00:00
[FIX] Tracker fields edit: table overflow issue because the table-responsive class should be on a wrapper
---
* [FIX] Tracker fields table overflow issue
* [FIX] Incorrect dark color in fivealive raspberry sub-theme
* [FIX] Raspberry theme header background overridden by Bootstrap navbar color
See merge request tikiwiki/tiki!9792
- - - - -
1 changed file:
- templates/tiki-admin_tracker_fields.tpl
Changes:
=====================================
templates/tiki-admin_tracker_fields.tpl
=====================================
@@ -17,7 +17,8 @@
{block name="content"}
<form class="form save-fields" method="post" action="{service controller=tracker action=save_fields}">
- <table id="fields" class="table table-responsive table-condensed table-hover">
+ <div class="table-responsive">
+ <table id="fields" class="table table-condensed table-hover">
<thead>
<tr>
<th>{select_all checkbox_names="fields[]"}</th>
@@ -59,6 +60,7 @@
<tbody>
</tbody>
</table>
+ </div>
<div class="mb-3 row">
<div class="input-group col-sm-6">
<select name="action" class="form-control">
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/344ae1e8d5621c2772000ec6ca22610795c2a63d
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/344ae1e8d5621c2772000ec6ca22610795c2a63d
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs