mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
CSS bugfix to stop incorrect letter spaceing on room names
This commit is contained in:
parent
2f08f2441f
commit
2f65064688
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ limitations under the License.
|
|||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.mx_RoomTile .mx_RoomTile_badge.mx_RoomTile_badgeButton, .mx_RoomTile.mx_RoomTile_menu .mx_RoomTile_badge, .mx_RoomTile {
|
||||
.mx_RoomTile .mx_RoomTile_badge.mx_RoomTile_badgeButton, .mx_RoomTile.mx_RoomTile_menu .mx_RoomTile_badge {
|
||||
letter-spacing: 0.1em;
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue