Truncate long server names on login/register screen (#7702)
Co-authored-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue