Cut off long names in add rooms to space dialog

Signed-off-by: Robin Townsend <robin@robin.town>
pull/21833/head
Robin Townsend 2021-04-22 11:44:33 -04:00
parent cc5a7671a7
commit 024cf7f66c
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ limitations under the License.
font-size: $font-15px;
line-height: 30px;
flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-right: 12px;
}
.mx_FormButton {