mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
fix(ui): dropdown-fixed in logs (#18470)
* dropdown-fixed Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * removed-extra-css Signed-off-by: Surajyadav <harrypotter1108@gmail.com> --------- Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
This commit is contained in:
parent
48eb7f3608
commit
2d5c59c94e
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.argo-field {
|
||||
@include themify($themes){
|
||||
background-color: themed('background-2');
|
||||
}
|
||||
}
|
||||
|
||||
margin-bottom: 1em;
|
||||
|
||||
> * {
|
||||
|
|
|
|||
Loading…
Reference in a new issue