mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02: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
@ -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…
x
Reference in New Issue
Block a user