Skip to content

Commit

Permalink
fix(#1335): force line break in rules summary
Browse files Browse the repository at this point in the history
fix #1335

This PR prevents text overlapping by forcing line breaks in the first column
  • Loading branch information
leiyre committed Mar 29, 2022
1 parent 4524339 commit f854c61
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/components/core/table/ReTableInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -512,11 +512,6 @@ export default {
&:first-child {
flex-shrink: 0;
min-width: 240px;
a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.svg-icon {
Expand Down

0 comments on commit f854c61

Please sign in to comment.