public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[BS5]responsive fixes
a3ddb585
data/web/js/site/debug.js | 6 ++++--
data/web/templates/debug.twig | 14 +++++++-------
2 files changed, 11 insertions(+), 9 deletions(-)
Diff
diff --git a/data/web/js/site/debug.js b/data/web/js/site/debug.js
index 92636333..0575c5a0 100644
--- a/data/web/js/site/debug.js
+++ b/data/web/js/site/debug.js
@@ -237,7 +237,8 @@ jQuery(function($){
{
title: 'URI',
data: 'uri',
- defaultContent: ''
+ defaultContent: '',
+ className: 'text-break min-tablet none'
},
{
title: 'Method',
@@ -411,7 +412,8 @@ jQuery(function($){
{
title: 'Call',
data: 'call',
- defaultContent: ''
+ defaultContent: '',
+ className: 'none text-break'
}
]
});
diff --git a/data/web/templates/debug.twig b/data/web/templates/debug.twig
index 90a3b7b6..61847759 100644
--- a/data/web/templates/debug.twig
+++ b/data/web/templates/debug.twig
@@ -45,38 +45,38 @@
<tbody>
<tr>
<td>Hostname</td>
- <td><div>
+ <td class="text-break"><div>
<p><b>{{ hostname }}</b></p>
</div></td>
</tr>
<tr>
<td>Version</td>
- <td><div>
+ <td class="text-break"><div>
<p><b>{{ mailcow_info.version_tag }}</b></p>
<p id="mailcow_update"></p>
</div></td>
</tr>
<tr>
<td>Changelog</td>
- <td><a href="{{ mailcow_info.project_url }}/releases/tag/{{ mailcow_info.version_tag }}" target="_blank">
+ <td class="text-break"><a href="{{ mailcow_info.project_url }}/releases/tag/{{ mailcow_info.version_tag }}" target="_blank">
{{ mailcow_info.project_url }}/releases/tag/{{ mailcow_info.version_tag }}
</a></td>
</tr>
<tr>
<td>{{ lang.debug.current_time }}</td>
- <td id="host_date">-</td>
+ <td id="host_date" class="text-break">-</td>
</tr>
<tr>
<td>{{ lang.debug.timezone }}</td>
- <td>{{ timezone }}</td>
+ <td class="text-break">{{ timezone }}</td>
</tr>
<tr>
<td>{{ lang.debug.uptime }}</td>
- <td id="host_uptime">-</td>
+ <td id="host_uptime" class="text-break">-</td>
</tr>
<tr>
<td>Disk Info</td>
- <td>
+ <td class="text-break">
<div>
<span class="d-block"><i class="bi bi-hdd-fill"></i> {{ vmail_df[0] }}</span>
<span class="d-block">{{ vmail_df[2] }} / {{ vmail_df[1] }} ({{ vmail_df[4] }})</span>