diff --git a/app/assets/stylesheets/components/Comments.scss b/app/assets/stylesheets/components/Comments.scss index 200eeb33..0e0fb3a7 100644 --- a/app/assets/stylesheets/components/Comments.scss +++ b/app/assets/stylesheets/components/Comments.scss @@ -43,12 +43,17 @@ .commentIsUpdateForm { @extend .d-flex, - .justify-content-between, - .align-self-start, + .flex-column, .mt-3; - &.commentIsUpdateFormWithAttachment { margin-right: 108px; } - &.commentIsUpdateFormWithoutAttachment { margin-left: 58px; } + &.commentIsUpdateFormWithAttachment { + margin-right: 108px; + .checkboxSwitch { align-self: flex-end; } + } + &.commentIsUpdateFormWithoutAttachment { + margin-left: 58px; + .checkboxSwitch { align-self: flex-start; } + } } .currentUserAvatar {