mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-06 10:26:22 +08:00
[Legacy] Outbound Email Mobile Fixes
This commit is contained in:
parent
e433e82e3e
commit
bd8696d88f
2 changed files with 11 additions and 0 deletions
|
@ -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';
|
||||
//
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
@media (max-width: 768px) {
|
||||
.view-module-OutboundEmailAccounts {
|
||||
select {
|
||||
min-width: 99%;
|
||||
}
|
||||
.edit-dotted-border {
|
||||
background-image: none !important;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue