Skip to content

Commit

Permalink
fix: solve overflow doesn't work on FireFox (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
YiniXu9506 authored Apr 20, 2022
1 parent 4c6b792 commit e79a650
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/lib/components/Descriptions/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,10 @@
white-space: normal;
text-overflow: inherit;
overflow: auto;

:global {
.ant-descriptions-item-container {
overflow: auto;
}
}
}

0 comments on commit e79a650

Please sign in to comment.