[Legacy] Outbound Email Mobile Fixes

This commit is contained in:
balumahendran 2022-05-11 19:20:02 +05:30 committed by Clemente Raposo
parent e433e82e3e
commit bd8696d88f
2 changed files with 11 additions and 0 deletions

View file

@ -189,4 +189,5 @@
@import '../suitep-base/display-modules-mobile.scss';
@import '../suitep-base/Duplicates.scss';
@import '../suitep-base/surveys.scss';
@import '../suitep-base/outboundemail-mobile.scss';
//

View file

@ -0,0 +1,10 @@
@media (max-width: 768px) {
.view-module-OutboundEmailAccounts {
select {
min-width: 99%;
}
.edit-dotted-border {
background-image: none !important;
}
}
}