mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Cut off long names in add rooms to space dialog
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
cc5a7671a7
commit
024cf7f66c
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue