channel_settings: Fix channel name incorrect hidden.

`max-width` was not working correctly here. Removing it gets
us in good state.
This commit is contained in:
Aman Agrawal
2025-03-25 08:37:00 +05:30
committed by Tim Abbott
parent 2e48293e4b
commit 5ad100afef

View File

@@ -1557,7 +1557,6 @@ div.settings-radio-input-parent {
}
.selected-stream-title {
max-width: 75%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;