From 97b1c80f1cfc6a581b9c19c2a655ed312c32ef88 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 23 Jul 2018 19:15:25 +0800 Subject: [PATCH 1/2] [Web] Minor UI Fix fixes column overflowing issues in small-screen devices. --- data/web/css/mailbox.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 +} From 68fa438a3ff312a101ad88452c562934fdae2693 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 23 Jul 2018 19:33:52 +0800 Subject: [PATCH 2/2] [Web] Minor UI Fix --- data/web/js/mailbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/mailbox.js b/data/web/js/mailbox.js index e44440c8..1432e3b0 100644 --- a/data/web/js/mailbox.js +++ b/data/web/js/mailbox.js @@ -334,7 +334,7 @@ jQuery(function($){ }, {"name":"messages","filterable": false,"title":lang.msg_num,"breakpoints":"xs sm md"}, {"name":"active","filterable": false,"title":lang.active}, - {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","min-width":"250px"},"type":"html","title":lang.action,"breakpoints":"xs sm md"} + {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right"},"type":"html","title":lang.action,"breakpoints":"xs sm md"} ], "empty": lang.empty, "rows": $.ajax({