GH-2405 - Updating comment box alignment (#2423)
This commit is contained in:
parent
ec91f1c71b
commit
859e57f061
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue