[Legacy] Email Compose field styling fixes

This commit is contained in:
balumahendran 2022-09-19 18:39:55 +05:30 committed by Clemente Raposo
parent 996980a77b
commit a038b31c40

View file

@ -11,3 +11,29 @@
}
}
}
.message-box {
.modal-dialog {
.modal-content {
.modal-body {
#ComposeView {
.panel {
.col-sm-8 {
width: 99%;
}
}
}
}
}
}
}
.view-module-Emails {
#ComposeView {
.panel {
.col-sm-8 {
width: 99%;
}
}
}
}