File tree 2 files changed +51
-0
lines changed
css/matrix-react-sdk/views/elements
2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ limitations under the License.
23
23
color : # 454545 ;
24
24
font-size : 14px ;
25
25
font-weight : normal;
26
+ margin-right : 4px ;
26
27
}
27
28
28
29
.mx_AddressTile_network {
@@ -41,6 +42,13 @@ limitations under the License.
41
42
vertical-align : middle;
42
43
}
43
44
45
+ .mx_AddressTile_mx {
46
+ display : inline-block;
47
+ margin : 0 ;
48
+ border : 0 ;
49
+ padding : 0 ;
50
+ }
51
+
44
52
.mx_AddressTile_name {
45
53
display : inline-block;
46
54
padding-right : 4px ;
@@ -71,6 +79,32 @@ limitations under the License.
71
79
vertical-align : middle;
72
80
}
73
81
82
+ .mx_AddressTile_email {
83
+ display : inline-block;
84
+ padding-right : 11px ;
85
+ }
86
+
87
+ .mx_AddressTile_email .mx_AddressTile_justified {
88
+ width : 380px ; /* name + id width */
89
+ overflow : hidden;
90
+ white-space : nowrap;
91
+ text-overflow : ellipsis;
92
+ vertical-align : middle;
93
+ }
94
+
95
+ .mx_AddressTile_unknown {
96
+ display : inline-block;
97
+ padding-right : 11px ;
98
+ }
99
+
100
+ .mx_AddressTile_unknown .mx_AddressTile_justified {
101
+ width : 380px ; /* name + id width */
102
+ overflow : hidden;
103
+ white-space : nowrap;
104
+ text-overflow : ellipsis;
105
+ vertical-align : middle;
106
+ }
107
+
74
108
.mx_AddressTile_dismiss {
75
109
display : inline-block;
76
110
padding-right : 11px ;
You can’t perform that action at this time.
0 commit comments