fix wrapping of RoomTile when selected
This commit is contained in:
parent
48e082e124
commit
756da03b9a
1 changed files with 1 additions and 1 deletions
|
@ -121,6 +121,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomTile_selected .mx_RoomTile_name {
|
||||
padding-right: 23px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_highlight .mx_RoomTile_name {
|
||||
|
@ -136,7 +137,6 @@ limitations under the License.
|
|||
position: relative;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
padding-right: 0px;
|
||||
margin-top: -4px;
|
||||
margin-bottom: -4px;
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Reference in a new issue