Skip to content

Commit

Permalink
Fixed long username printing issue on workforce page
Browse files Browse the repository at this point in the history
  • Loading branch information
rzafari42 committed Jan 22, 2025
1 parent db24ec1 commit 566e4b7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
display: flex;

.text {
flex: 1;
width: 270px;
padding: 8px 24px 8px 24px;
display: flex;
flex-direction: column;
//justify-content: space-between;
text-decoration: none;

&.ca {
width: 182px;
width: 182px !important;
flex: none;
}

Expand All @@ -72,6 +72,8 @@
font-weight: bold;
//color: fColor(titleSelect);
flex: 1;
overflow: hidden;
word-wrap: break-word;
color: #161616;
}

Expand Down

0 comments on commit 566e4b7

Please sign in to comment.