diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 5859ee8746..9dc06b1f10 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -7690,6 +7690,9 @@ span.egw_tutorial_title { border-radius: 0; border-left: 1px solid rgba(0, 0, 0, 0.15); } + body .et2_nextmatch table.egwGridView_grid tr div.h2_hbox { + padding-bottom: 4px; + } body .et2_nextmatch table.egwGridView_grid tr img { height: 12px; } diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 9a5befd654..03afb3ccf8 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -1237,6 +1237,9 @@ } table.egwGridView_grid { tr { + div.h2_hbox { + padding-bottom: 4px; + } img { height: 12px; }