NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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

[Web] Minor UI Fix

fixes column overflowing issues in small-screen devices.

97b1c80f
Phoenix Eve Aspacio <[email protected]> 8 years ago
data/web/css/mailbox.css | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Diff

diff --git a/data/web/css/mailbox.css b/data/web/css/mailbox.css
index f7685f1a..02ba90a0 100644
--- a/data/web/css/mailbox.css
+++ b/data/web/css/mailbox.css
@@ -8,13 +8,8 @@ table.footable>tbody>tr.footable-empty>td {
 .panel panel-default {
   overflow: visible !important;
 }
-.table-responsive {
-  overflow: visible !important;
-}
-@media screen and (max-width: 767px) {
-  .table-responsive {
-    overflow-x: scroll !important;
-  }
+.btn-group {
+  width: max-content;
 }
 .footer-add-item {
   display:block;
@@ -45,4 +40,4 @@ table.footable>tbody>tr.footable-empty>td {
 }
 .table-lines {
   vertical-align: inherit;
-}
\ No newline at end of file
+}