Skip to content

Commit

Permalink
Fix [Feature Sets Panel] Tooltip warning icon displays over the input…
Browse files Browse the repository at this point in the history
… text (#2480)
  • Loading branch information
mariana-furyk authored May 28, 2024
1 parent 56c7bf0 commit 2b1989e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
padding: 15px 5px 15px 0;
}
}

&.combobox_invalid {
.combobox-input {
padding-right: 30px;
}
}
}

.select {
Expand Down

0 comments on commit 2b1989e

Please sign in to comment.