diff --git a/apps/home/static/home/scss/index.scss b/apps/home/static/home/scss/index.scss index c18a4d3..9fac671 100644 --- a/apps/home/static/home/scss/index.scss +++ b/apps/home/static/home/scss/index.scss @@ -76,24 +76,25 @@ .corbz-select-selected { + height: 100%; width: 100%; max-width: 100%; text-wrap: nowrap; overflow: hidden; text-overflow: ellipsis; - height: 100%; padding: 0.375rem 0.75rem; padding-right: calc(1.5em + 0.75rem); cursor: pointer; + // Arrow icon &::after { content: "\f282"; font-family: "bootstrap-icons"; font-weight: normal; - font-size: 1rem; + font-size: 0.7rem; position: absolute; - right: calc(0.375em + 0.1875rem); + right: 0.9rem; top: 50%; transform: translateY(-50%); pointer-events: none;