Adjust group invite tile name width (badge is always shown)
This commit is contained in:
parent
12ebe91f83
commit
8554ea1976
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ limitations under the License.
|
||||||
.mx_GroupInviteTile_name {
|
.mx_GroupInviteTile_name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 165px;
|
width: 140px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue