diff --git a/styles/sections/_request_approval.scss b/styles/sections/_request_approval.scss index 5769d5d9..7011d745 100644 --- a/styles/sections/_request_approval.scss +++ b/styles/sections/_request_approval.scss @@ -32,6 +32,12 @@ } } + .request-approval__review { + .action-group { + margin-bottom: $gap * 6; + } + } + .approval-log { ol { list-style: none; @@ -94,4 +100,10 @@ } } } + + .internal-notes { + textarea { + resize: vertical; + } + } }