Fix rough badge alignment for community invite tiles again

Fixes https://github.com/vector-im/riot-web/issues/14392
This commit is contained in:
Travis Ralston 2020-07-09 10:39:53 -06:00
parent cd0106964f
commit 74fa3b2c81
2 changed files with 1 additions and 2 deletions

View file

@ -89,7 +89,6 @@ limitations under the License.
height: 16px;
// don't set width so that it takes no space when there is no badge to show
margin: auto 0; // vertically align
position: relative; // fixes badge alignment in some scenarios
// Create a flexbox to make aligning dot badges easier
display: flex;