Cut off long names in add rooms to space dialog
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
parent
cc5a7671a7
commit
024cf7f66c
|
@ -148,6 +148,10 @@ limitations under the License.
|
||||||
font-size: $font-15px;
|
font-size: $font-15px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_FormButton {
|
.mx_FormButton {
|
||||||
|
|
Loading…
Reference in New Issue