GH-2405 - Updating comment box alignment (#2423)

This commit is contained in:
Asaad Mahmood 2022-03-03 01:58:31 +05:00 committed by GitHub
parent ec91f1c71b
commit 859e57f061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,9 @@
position: relative;
display: flex;
flex-direction: row;
align-items: center;
padding: 8px 0 24px;
min-height: 64px;
align-items: flex-start;
padding: 8px 0;
min-height: 48px;
}
.newcomment {
@ -25,7 +25,7 @@
margin: 0 0 0 8px;
+ button {
margin-left: 8px;
margin: -4px 0 0 8px;
}
}
}