Skip to content

Commit

Permalink
fix: icon class to avoid affecting other components
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Mar 4, 2024
1 parent ff39b6b commit 0e5575e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visual-kpi-docs/src/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
border-radius: 8px;
}

.icon {
.search_container .icon {
position: absolute;
top: 35%;
transform: translateY(-50%);
background: none;
border: none;
}

.icon svg {
.search_container .icon svg {
width: 14px;
height: auto;
margin-left: 3px;
Expand Down

0 comments on commit 0e5575e

Please sign in to comment.