diff --git a/frontend/src/main.less b/frontend/src/main.less index 110527e118e6b5468226491e74e7b34bb615472c..92a20eeed72532f15c4229405138f37bb6e73fa1 100644 --- a/frontend/src/main.less +++ b/frontend/src/main.less @@ -291,6 +291,11 @@ main { } } + // somehow there is some padding at the bottom with inline or block + label.option-border { + display: flex; + } + &:hover .option-border { border-color: var(--accent2); }