Skip to content

Commit ec34f2c

Browse files
authored
Fix search description position (#45325)
1 parent 534b63d commit ec34f2c

File tree

1 file changed

+2
-1
lines changed
  • build/media_source/templates/administrator/atum/scss/blocks

1 file changed

+2
-1
lines changed

build/media_source/templates/administrator/atum/scss/blocks/_form.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ label.valid {
164164
}
165165

166166
.filter-search-bar__description {
167-
bottom: 100%;
167+
top: 100%;
168+
bottom: auto;
168169
}
169170

170171
.container-popup .filter-search-bar__description {

0 commit comments

Comments
 (0)