Skip to content

Commit

Permalink
Merge pull request xiv-gear-planner#299 from xiv-gear-planner/fix-ilv…
Browse files Browse the repository at this point in the history
…l-text

Fix ilvl text clipping
  • Loading branch information
xpdota authored Aug 29, 2024
2 parents 2fc4cd3 + 4fedf2d commit d9847af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/common-ui/styles/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,10 @@ table.gear-items-table, table.food-items-table {
min-width: 100px;
}

[col-id='ilvl'] {
overflow: visible;
}

[col-id='icon'] {
width: 23px;
max-width: 23px;
Expand Down

0 comments on commit d9847af

Please sign in to comment.