Fix badges on room tiles not being right aligned

Thanks to Ryan for fixing this!

Problem: https://t2l.io/_matrix/media/v1/download/t2l.io/da6fccb60969da1c455630faae990881
This commit is contained in:
Travis Ralston 2019-01-03 18:05:32 -07:00
parent 920911c0a1
commit 51dc1fe9bf

View File

@ -52,7 +52,7 @@ limitations under the License.
.mx_RoomTile_nameContainer {
display: flex;
align-items: center;
width: 180px;
flex: 1;
vertical-align: middle;
}