mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: the incorrectly height of grid row in safari (#1366)
This commit is contained in:
@@ -141,7 +141,7 @@ const ResourcesDashboard = () => {
|
||||
<p className="w-full text-center text-base my-6 mt-8">{t("resources.fetching-data")}</p>
|
||||
</div>
|
||||
) : (
|
||||
<div className="w-full h-full grid grid-cols-2 md:grid-cols-4 md:px-6 gap-6">
|
||||
<div className="w-full h-auto grid grid-cols-2 md:grid-cols-4 md:px-6 gap-6">
|
||||
{resources.length === 0 ? (
|
||||
<p className="w-full text-center text-base my-6 mt-8">{t("resources.no-resources")}</p>
|
||||
) : (
|
||||
|
Reference in New Issue
Block a user