Skip to content

Commit beaabfa

Browse files
Merge pull request #1811 from Jr7468/dev
Fixed spacing
2 parents f3b2d22 + 176471a commit beaabfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/email-exchange/administration/EditMailboxPermissions.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ const OutOfOffice = () => {
859859
return (
860860
<CForm onSubmit={handleSubmit}>
861861
<CRow>
862-
<CCol className="mb-3">
862+
<CCol>
863863
<RFFCFormSwitch name="AutoReplyState" label="Auto Reply State" />
864864
</CCol>
865865
</CRow>
@@ -888,7 +888,7 @@ const OutOfOffice = () => {
888888
</CCol>
889889
</CRow>
890890
<CRow>
891-
<CCol className="mb-3">
891+
<CCol>
892892
<RFFCFormInput
893893
type="text"
894894
name="InternalMessage"
@@ -898,7 +898,7 @@ const OutOfOffice = () => {
898898
</CCol>
899899
</CRow>
900900
<CRow>
901-
<CCol className="mb-3">
901+
<CCol>
902902
<RFFCFormInput
903903
type="text"
904904
name="ExternalMessage"

0 commit comments

Comments
 (0)