mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-06 10:26:22 +08:00
[Legacy] Email Compose Field Width Styling Fixes
This commit is contained in:
parent
a6d575db57
commit
9a0fca61be
2 changed files with 14 additions and 0 deletions
|
@ -198,4 +198,5 @@
|
||||||
@import '../suitep-base/editview-actionbtn.scss';
|
@import '../suitep-base/editview-actionbtn.scss';
|
||||||
@import '../suitep-base/listview-filter.scss';
|
@import '../suitep-base/listview-filter.scss';
|
||||||
@import '../suitep-base/listview-columnchooser.scss';
|
@import '../suitep-base/listview-columnchooser.scss';
|
||||||
|
@import '../suitep-base/email-compose.scss';
|
||||||
//
|
//
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
.view-action-ComposeView {
|
||||||
|
.compose-view {
|
||||||
|
.panel-content {
|
||||||
|
.tab-content {
|
||||||
|
.edit-view-row {
|
||||||
|
.edit-view-field {
|
||||||
|
width: 99%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue