Fix context menu overflow & review tag margin (#9231)
* Fix context menu overflow Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add review tag CSS Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
a00d7200b1
commit
51432ebb9c
5 changed files with 17 additions and 7 deletions
|
@ -737,10 +737,12 @@
|
|||
font-size: 12px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-radius: 3px;
|
||||
&.pending {
|
||||
color: black;
|
||||
background-color: #fffbb2;
|
||||
&.review {
|
||||
margin-left: 5px;
|
||||
&.pending {
|
||||
color: black;
|
||||
background-color: #fffbb2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue