Skip to content

Commit

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

This PR allows token classifier tooltip to overlap record container
  • Loading branch information
leiyre committed Mar 30, 2022
1 parent 6da68b8 commit 8284836
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
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ a {
flex: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
position: relative
}

Expand Down
Original file line number Diff line number Diff line change
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 8284836

Please sign in to comment.