Skip to content

Commit

Permalink
fix(#1335): force line break in rules summary (#1336)
Browse files Browse the repository at this point in the history
This PR prevents text overlapping by forcing line breaks in the first column

Closes #1335

(cherry picked from commit 29ff887)
  • Loading branch information
leiyre authored and frascuchon committed Mar 30, 2022
1 parent 644ed6e commit 2d77a76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/components/core/table/ReTableInfo.vue
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 2d77a76

Please sign in to comment.