Merge branch '32359-align-resolve-btn' into 'master'
Align resolve comment btn Closes #32359 See merge request !11457
This commit is contained in:
commit
d08f6bdcb7
1 changed files with 3 additions and 3 deletions
|
@ -669,7 +669,7 @@ ul.notes {
|
|||
|
||||
.line-resolve-btn {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
top: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
|
@ -690,8 +690,8 @@ ul.notes {
|
|||
|
||||
svg {
|
||||
fill: $gray-darkest;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.loading {
|
||||
|
|
Loading…
Reference in a new issue