Skip to content

Commit

Permalink
Merge pull request #153 from xiv-gear-planner/fix-ability-column-width
Browse files Browse the repository at this point in the history
Make ability column width smarter
  • Loading branch information
xpdota authored Jun 27, 2024
2 parents a0bdc1b + 12bdad5 commit 6692823
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/common-ui/styles/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,11 @@ buff-settings-area {
}

.ability-name {

overflow-x: hidden;
text-overflow: ellipsis;
line-height: initial;
width: 30px;
flex-grow: 1;
}
}

Expand Down Expand Up @@ -2571,8 +2575,8 @@ buff-settings-area {
}

&[col-id='ability'] {
width: 150px;
max-width: 150px;
min-width: 150px;
width: 400px;
}

&[col-id='unbuffed-pot'] {
Expand Down

0 comments on commit 6692823

Please sign in to comment.