Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-30852 Add ellipses to text overflow in system console users list #7534

Closed
wants to merge 3 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sass/components/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,12 @@
font-weight: 600;
white-space: nowrap;

a {
overflow: hidden;
min-width: 0;
text-overflow: ellipsis;
}

span {
overflow: hidden;
max-width: 90%;
Expand Down Expand Up @@ -900,6 +906,7 @@
display: flex;
flex-direction: column;
width: 100%;
min-width: 0;

.control-label {
font-weight: normal;
Expand Down