Truncate long server names on login/register screen (#7702)

Co-authored-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Michael Telatynski
2022-02-04 10:20:20 +00:00
committed by GitHub
co-authored by Aaron Raimist
parent 2e19f81bd5
commit 78373e86ea
2 changed files with 6 additions and 1 deletions
@@ -62,6 +62,9 @@ limitations under the License.
color: $authpage-primary-color;
grid-column: 1;
grid-row: 2;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 8px;
}
.mx_ServerPicker_change {