Skip to content

Commit

Permalink
fix: questionblock-link-clickable-all-rowwidth (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
HirenDhadhal authored Apr 26, 2024
1 parent 5277b80 commit 07ba599
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ $block: '.#{$ns}QuestionsBlockItem';
border-radius: calc(
var(--g-focus-border-radius) + 2px
); // as outline-offset is -2px
display: inline-block; //fixes the Link to be clickable in entire row width
}
}
}
Expand Down

0 comments on commit 07ba599

Please sign in to comment.