fix wrapping of RoomTile when selected
parent
48e082e124
commit
756da03b9a
|
@ -121,6 +121,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_selected .mx_RoomTile_name {
|
.mx_RoomTile_selected .mx_RoomTile_name {
|
||||||
|
padding-right: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_highlight .mx_RoomTile_name {
|
.mx_RoomTile_highlight .mx_RoomTile_name {
|
||||||
|
@ -136,7 +137,6 @@ limitations under the License.
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
padding-right: 0px;
|
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
margin-bottom: -4px;
|
margin-bottom: -4px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
Loading…
Reference in New Issue