diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 2c27240bf5..e82ef3b71b 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7919,6 +7919,9 @@ form[id^="tracker-"] .dialogHeadbar { body .popupMainDiv .et2_taglist > div { min-height: auto; } + body .popupMainDiv form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input { + margin: 0 5px 0 0; + } body .dialogHeadbar button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) { -webkit-filter: brightness(0) invert(1) !important; filter: brightness(0) invert(1) !important; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 6cae8a62b1..14187d71d7 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -950,6 +950,8 @@ } .et2_taglist>div{min-height: auto;} + + form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {margin:0 5px 0 0;} } .dialogHeadbar { button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {