recent_conversation: Fix incorrect min-height dimension.

This commit is contained in:
Aman Agrawal
2023-05-30 00:05:21 +05:30
committed by Tim Abbott
parent d720ce4b4e
commit e2ac125a6d

View File

@@ -21,7 +21,7 @@
* window. This makes the border span
* fully to bottom in that case.
*/
min-height: 100vw;
min-height: 100vh;
& td {
vertical-align: middle;