modal: Use em for size units.

This will help us scale it with our custom font-size.
This commit is contained in:
Aman Agrawal
2025-02-03 13:20:09 +05:30
committed by Tim Abbott
parent a32bd73523
commit 18dfe8f071

View File

@@ -600,5 +600,5 @@
}
#topic-summary-modal {
width: 45rem;
width: 45em;
}