mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
slack_import: Show ellipsis for overflowing select option.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user