Skip to content

Commit

Permalink
fix( #1347): allow tooltip record overlapping in Token Classifier (#1352
Browse files Browse the repository at this point in the history
)

Closes  #1347

This PR allows token classifier tooltip to overlap record container

(cherry picked from commit 141550a)
  • Loading branch information
leiyre authored and frascuchon committed Mar 30, 2022
1 parent a9c0cc7 commit 87174d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/assets/scss/base/base.scss
Expand Up @@ -220,7 +220,6 @@ a {
flex: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
position: relative
}

Expand Down
Expand Up @@ -106,7 +106,7 @@ export default {

<style lang="scss" scoped>
.record {
padding: 50px 20px 50px 50px;
padding: 56px 20px 50px 50px;
display: block;
margin-bottom: 0;
@include font-size(18px);
Expand Down

0 comments on commit 87174d3

Please sign in to comment.