Skip to content

Commit

Permalink
fix: fix wrapping of long category labels (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Sep 3, 2024
1 parent 0e80277 commit 7b39ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,11 @@ const styles = `
cursor: default;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: .65rem;
padding: 0 3px;
padding: 0;
vertical-align: middle;
width: 60px;
text-align: center;
text-wrap: wrap;
}
.blocklyTreeSelected .blocklyTreeLabel {
Expand Down

0 comments on commit 7b39ac1

Please # to comment.