Skip to content

Commit

Permalink
Fix/epmrpp 97281 long name does not fit (#4108)
Browse files Browse the repository at this point in the history
* EPMRPP-97281 || Long name of organization doesn't fit

* EPMRPP-97281 || add padding
  • Loading branch information
BlazarQSO authored Nov 25, 2024
1 parent e95e8cc commit 00656fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
}

.name-col {
display: flex;
align-items: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-transform: uppercase;
padding-right: 8px;
}

.role-col {
width: 118px;
min-width: 118px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit 00656fa

Please sign in to comment.