fix wrapping of RoomTile when selected

pull/1431/head
Matthew Hodgson 2016-04-15 20:50:22 +01:00
parent 48e082e124
commit 756da03b9a
1 changed files with 1 additions and 1 deletions

View File

@ -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;