mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix wrapping of RoomTile when selected
This commit is contained in:
parent
48e082e124
commit
756da03b9a
@ -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 New Issue
Block a user