Skip to content

Commit

Permalink
Merge pull request #157 from xiv-gear-planner/ability-col-width-fix
Browse files Browse the repository at this point in the history
Fix ability column not shrinking
  • Loading branch information
xpdota authored Jun 27, 2024
2 parents 743cbbc + 64a5c98 commit b594cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common-ui/styles/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -2520,7 +2520,7 @@ buff-settings-area {
overflow-x: hidden;
text-overflow: ellipsis;
line-height: initial;
width: 30px;
flex-shrink: 1;
flex-grow: 1;
}
}
Expand Down Expand Up @@ -2576,7 +2576,7 @@ buff-settings-area {

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

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

0 comments on commit b594cf3

Please sign in to comment.