Fix close button on forgot password flow (#12732)

* Fix close button on forgot password flow

The 'x' had escaped out the right of the button for some reason

* Add test that actually opens the dialog in question

* Actually screenshot the right thing

* Unnecessary screenshot
This commit is contained in:
David Baker
2024-07-05 09:51:21 +00:00
committed by GitHub
parent 2f953f1d0f
commit 06117695bc
8 changed files with 141 additions and 17 deletions
+2
View File
@@ -522,6 +522,8 @@ legend {
content: "";
width: 28px;
height: 28px;
left: 0;
top: 0;
position: absolute;
mask-image: url("@vector-im/compound-design-tokens/icons/close.svg");
mask-repeat: no-repeat;