slack_import: Show ellipsis for overflowing select option.

This commit is contained in:
Aman Agrawal
2025-05-22 09:49:37 +05:30
committed by Tim Abbott
parent 33c4185eae
commit 47e70ef6b5

View File

@@ -1532,3 +1532,9 @@ button#register_auth_button_gitlab {
outline: 1px solid hsl(213deg 81% 79%);
}
}
#realm-import-owner {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}