[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [BP][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 | <69c404e9bbba8_3b18e070801aa@gitlab-sidekiq-low-urgency-cpu-bound-v2-c888ff6fd-bfpbz.mail> |
luci pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki
Commits:
775e42c7 by Yves Ngalamulume at 2026-03-25T15:45:51+00:00
[BP][FIX] Tracker fields edit: table overflow issue because the table-responsive...
---
* [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
See merge request tikiwiki/tiki!9847
- - - - -
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/775e42c77561b3741eb16794e3ab41f3880d09be
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/775e42c77561b3741eb16794e3ab41f3880d09be
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