Cut off long names in add rooms to space dialog

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend 2021-04-22 11:44:33 -04:00
parent cc5a7671a7
commit 024cf7f66c

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 {